diff options
Diffstat (limited to '')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index f080a924..2ec14a50 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<PathBuf>, #[structopt(subcommand)] |
