split: correct arg parameters for -b option

This commit is contained in:
Jeffrey Finkelstein 2022-01-08 21:34:48 -05:00
parent f60c36f242
commit e5d6b7a1cf

View file

@ -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)