From daf0f96b946a1f456c7122915e25869c346f54b7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 2 Nov 2020 22:47:55 +0100 Subject: [PATCH] Update of the about description Co-authored-by: Roy Ivy III --- src/uu/wc/src/wc.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/uu/wc/src/wc.rs b/src/uu/wc/src/wc.rs index bf3761e5e..78bc6c2de 100644 --- a/src/uu/wc/src/wc.rs +++ b/src/uu/wc/src/wc.rs @@ -65,7 +65,8 @@ struct Result { max_line_length: usize, } -static ABOUT: &str = "print newline, word, and byte counts for each file."; +static ABOUT: &str = "Display newline, word, and byte counts for each FILE, and a total line if +more than one FILE is specified."; static VERSION: &str = env!("CARGO_PKG_VERSION"); static OPT_BYTES: &str = "bytes";