diff --git a/src/main.rs b/src/main.rs index f080a92..2ec14a5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,7 +21,7 @@ use local::history::History; about = "Keep your shell history in sync" )] struct Shync { - #[structopt(long, parse(from_os_str), about = "db file path")] + #[structopt(long, parse(from_os_str), help = "db file path")] db: Option, #[structopt(subcommand)]