mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 10:18:11 +00:00
split: correct help text for -l option
This commit is contained in:
parent
9f21cd0d37
commit
75e742a008
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ pub fn uu_app() -> App<'static, 'static> {
|
|||
.long(OPT_LINES)
|
||||
.takes_value(true)
|
||||
.default_value("1000")
|
||||
.help("write to shell COMMAND file name is $FILE (Currently not implemented for Windows)"),
|
||||
.help("put NUMBER lines/records per output file"),
|
||||
)
|
||||
// rest of the arguments
|
||||
.arg(
|
||||
|
|
Loading…
Reference in a new issue