mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-30 02:09:57 +00:00
Refine the help message of the binaries
This commit is contained in:
@ -13,7 +13,7 @@ use structopt::StructOpt;
|
||||
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
|
||||
|
||||
#[derive(Debug, StructOpt)]
|
||||
#[structopt(name = "mm-search", about = "The server side of the MMI project.")]
|
||||
#[structopt(name = "milli-search", about = "A simple search binary for milli project.")]
|
||||
struct Opt {
|
||||
/// The database path where the database is located.
|
||||
/// It is created if it doesn't already exist.
|
||||
|
Reference in New Issue
Block a user