mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:35:44 +02:00
Further edits to help messages (#6913)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user