Refine the help message of the binaries

This commit is contained in:
Kerollmops 2020-07-12 11:06:45 +02:00
parent f757df5dfd
commit 92c2b1dd2d
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 3 additions and 3 deletions

View file

@ -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.