mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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')
|
.short('b')
|
||||||
.long(options::BODY_NUMBERING)
|
.long(options::BODY_NUMBERING)
|
||||||
.help("use STYLE for numbering body lines")
|
.help("use STYLE for numbering body lines")
|
||||||
.value_name("SYNTAX"),
|
.value_name("STYLE"),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new(options::SECTION_DELIMITER)
|
Arg::new(options::SECTION_DELIMITER)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue