mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
nl: change value name to match help text
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user