mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +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…
Add table
Add a link
Reference in a new issue