Skip to content

Commit

Permalink
Merge pull request #5062 from cakebaker/nl_change_value_name_to_match…
Browse files Browse the repository at this point in the history
…_help_text

nl: change value name to match help text
  • Loading branch information
sylvestre authored Jul 9, 2023
2 parents 4b1a138 + f67ef7f commit 5cbfd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/nl/src/nl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5cbfd2f

Please sign in to comment.