1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

only one file is allowed

Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
Sylvestre Ledru 2020-10-25 17:07:32 +01:00 committed by GitHub
parent bd339f142e
commit 7fb5aaa108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {