fix: help text
This commit is contained in:
parent
28287a6303
commit
7dd2d02238
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue