From 7fb5aaa10831a622c71f222c475e6dc0ac2fb72e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 25 Oct 2020 17:07:32 +0100 Subject: [PATCH] only one file is allowed 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 cba83f778..4b4cdbeeb 100644 --- a/src/uu/users/src/users.rs +++ b/src/uu/users/src/users.rs @@ -24,7 +24,7 @@ static VERSION: &str = env!("CARGO_PKG_VERSION"); static ARG_FILES: &str = "files"; fn get_usage() -> String { - format!("{0} [FILE]...", executable!()) + format!("{0} [FILE]", executable!()) } pub fn uumain(args: impl uucore::Args) -> i32 {