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
co-authored by Roy Ivy III
parent bd339f142e
commit 7fb5aaa108
+1 -1
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 {