mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
nl: change value name to match help text
This commit is contained in:
parent
4b1a1388a1
commit
f67ef7fb11
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…
Add table
Add a link
Reference in a new issue