mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +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)
|
.long(OPT_LINES)
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.default_value("1000")
|
.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
|
// rest of the arguments
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue