Further edits to help messages (#6913)

This commit is contained in:
Leon
2022-10-27 02:36:42 +10:00
committed by GitHub
parent 902aad6016
commit 5add5cbd12
34 changed files with 113 additions and 73 deletions

View File

@ -158,7 +158,7 @@ impl Signature {
long: "help".into(),
short: Some('h'),
arg: None,
desc: "Display this help message".into(),
desc: "Display the help message for this command".into(),
required: false,
var_id: None,
default_value: None,