1
Fork 0
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:
Daniel Hofstetter 2023-07-09 16:08:38 +02:00
parent 4b1a1388a1
commit f67ef7fb11

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)