Change the page index texts

This commit is contained in:
Kerollmops 2020-06-04 18:19:52 +02:00
parent c42d3c19e2
commit 5d1c625b74
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ use structopt::StructOpt;
use mega_mini_indexer::{Index, BEU32};
#[derive(Debug, StructOpt)]
#[structopt(name = "mm-indexer", about = "The server side of the daugt project.")]
#[structopt(name = "mm-search", about = "The server side of the MMI project.")]
struct Opt {
/// The database path where the database is located.
/// It is created if it doesn't already exist.