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
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ use milli::{BEU32, Index};
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
#[derive(Debug, StructOpt)]
#[structopt(name = "mmi", about = "The server side of the mmi project.")]
#[structopt(name = "milli", about = "The server binary of the milli project.")]
struct Opt {
/// The database path where the LMDB database is located.
/// It is created if it doesn't already exist.