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:
Sylvestre Ledru 2023-07-09 16:49:29 +02:00 committed by GitHub
commit 5cbfd2f19a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)