mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Update of the about description
Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
co-authored by
Roy Ivy III
parent
58099f4203
commit
daf0f96b94
+2
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user