Improve the "about" description

Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
Sylvestre Ledru
2020-10-25 17:07:17 +01:00
committed by GitHub
co-authored by Roy Ivy III
parent 4804e52c97
commit bd339f142e
+1 -1
View File
@@ -18,7 +18,7 @@ use uucore::utmpx::*;
use clap::{App, Arg};
static ABOUT: &str = "Output who is currently logged in according to FILE.";
static ABOUT: &str = "Display who is currently logged in, according to FILE.";
static VERSION: &str = env!("CARGO_PKG_VERSION");
static ARG_FILES: &str = "files";