fix: help text

This commit is contained in:
Conrad Ludgate 2020-10-05 17:34:28 +01:00
parent 28287a6303
commit 7dd2d02238
No known key found for this signature in database
GPG key ID: 3DD1A1DB3CB4BF63

View file

@ -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<PathBuf>,
#[structopt(subcommand)]