mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
Merge pull request #5062 from cakebaker/nl_change_value_name_to_match_help_text
nl: change value name to match help text
This commit is contained in:
commit
5cbfd2f19a
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ pub fn uu_app() -> Command {
|
|||
.short('b')
|
||||
.long(options::BODY_NUMBERING)
|
||||
.help("use STYLE for numbering body lines")
|
||||
.value_name("SYNTAX"),
|
||||
.value_name("STYLE"),
|
||||
)
|
||||
.arg(
|
||||
Arg::new(options::SECTION_DELIMITER)
|
||||
|
|
Loading…
Reference in a new issue