mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +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")
|
||||
.long(OPT_BYTES)
|
||||
.takes_value(true)
|
||||
.default_value("2")
|
||||
.help("use suffixes of length N (default 2)"),
|
||||
.help("put SIZE bytes per output file"),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name(OPT_LINE_BYTES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue