From 079d8037ab59ea13dcff1811c1e32884e7a01ae8 Mon Sep 17 00:00:00 2001 From: Orhun Parmaksız Date: Sun, 12 Dec 2021 01:29:47 +0300 Subject: Enable help messages for command line arguments (#239) --- src/command/history.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command/history.rs') 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, }, } -- cgit v1.3.1