mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Improve the "about" description
Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
co-authored by
Roy Ivy III
parent
4804e52c97
commit
bd339f142e
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user