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:
parent
bd339f142e
commit
7fb5aaa108
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue