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
parent 4804e52c97
commit bd339f142e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";