mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Update of the about description
Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
parent
58099f4203
commit
daf0f96b94
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue