summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2020-10-05 17:34:28 +0100
committerConrad Ludgate <conradludgate@gmail.com>2020-10-05 17:34:28 +0100
commit7dd2d02238fc6104f56ac8cd38b63a5a82be1bae (patch)
tree5939c6d8b137d3a44662b5d1fbadca3407b69ed9 /src
parent28287a63031ec44fdda0eea99d757a7047df5a41 (diff)
fix: help text
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
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)]