mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
split: correct arg parameters for -b option
This commit is contained in:
parent
f60c36f242
commit
e5d6b7a1cf
1 changed files with 1 additions and 2 deletions
|
@ -111,8 +111,7 @@ pub fn uu_app() -> App<'static, 'static> {
|
||||||
.short("b")
|
.short("b")
|
||||||
.long(OPT_BYTES)
|
.long(OPT_BYTES)
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.default_value("2")
|
.help("put SIZE bytes per output file"),
|
||||||
.help("use suffixes of length N (default 2)"),
|
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name(OPT_LINE_BYTES)
|
Arg::with_name(OPT_LINE_BYTES)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue