aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/history.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/history.rs')
-rw-r--r--src/command/history.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/history.rs b/src/command/history.rs
index 4606b304..a74b210b 100644
--- a/src/command/history.rs
+++ b/src/command/history.rs
@@ -43,7 +43,7 @@ pub enum Cmd {
#[structopt(long, short)]
human: bool,
- #[structopt(long, about = "Show only the text of the command")]
+ #[structopt(long, help = "Show only the text of the command")]
cmd_only: bool,
},
@@ -55,7 +55,7 @@ pub enum Cmd {
#[structopt(long, short)]
human: bool,
- #[structopt(long, about = "Show only the text of the command")]
+ #[structopt(long, help = "Show only the text of the command")]
cmd_only: bool,
},
}