From 7dd2d02238fc6104f56ac8cd38b63a5a82be1bae Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 5 Oct 2020 17:34:28 +0100 Subject: fix: help text --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, #[structopt(subcommand)] -- cgit v1.2.3