mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
only one file is allowed
Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
co-authored by
Roy Ivy III
parent
bd339f142e
commit
7fb5aaa108
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user