mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-20 01:47:59 +02:00
fix: help text
This commit is contained in:
parent
28287a6303
commit
7dd2d02238
@ -21,7 +21,7 @@ use local::history::History;
|
|||||||
about = "Keep your shell history in sync"
|
about = "Keep your shell history in sync"
|
||||||
)]
|
)]
|
||||||
struct Shync {
|
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>,
|
db: Option<PathBuf>,
|
||||||
|
|
||||||
#[structopt(subcommand)]
|
#[structopt(subcommand)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user