From 75e742a00875e73c1c5b496f0770d337c3be626c Mon Sep 17 00:00:00 2001 From: Jeffrey Finkelstein Date: Thu, 30 Dec 2021 21:50:45 -0500 Subject: [PATCH] split: correct help text for -l option --- src/uu/split/src/split.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/split/src/split.rs b/src/uu/split/src/split.rs index 581b632d2..fd47b163a 100644 --- a/src/uu/split/src/split.rs +++ b/src/uu/split/src/split.rs @@ -155,7 +155,7 @@ pub fn uu_app() -> App<'static, 'static> { .long(OPT_LINES) .takes_value(true) .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 .arg(