mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 10:18:11 +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…
Reference in a new issue