mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
Improve the "about" description
Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
parent
4804e52c97
commit
bd339f142e
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue