From bd339f142e756dee11dd4c7d50d67fc935477495 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 25 Oct 2020 17:07:17 +0100 Subject: [PATCH] Improve the "about" description Co-authored-by: Roy Ivy III --- src/uu/users/src/users.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/users/src/users.rs b/src/uu/users/src/users.rs index 446d1d753..cba83f778 100644 --- a/src/uu/users/src/users.rs +++ b/src/uu/users/src/users.rs @@ -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";