Update of the about description

Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
Sylvestre Ledru
2020-11-02 22:47:55 +01:00
committed by GitHub
co-authored by Roy Ivy III
parent 58099f4203
commit daf0f96b94
+2 -1
View File
@@ -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";