diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2020-10-05 17:34:28 +0100 |
|---|---|---|
| committer | Conrad Ludgate <conradludgate@gmail.com> | 2020-10-05 17:34:28 +0100 |
| commit | 7dd2d02238fc6104f56ac8cd38b63a5a82be1bae (patch) | |
| tree | 5939c6d8b137d3a44662b5d1fbadca3407b69ed9 | |
| parent | feat: use directories project data dir (diff) | |
| download | atuin-7dd2d02238fc6104f56ac8cd38b63a5a82be1bae.zip | |
fix: help text
| -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)] |
