mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +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";
|
static ARG_FILES: &str = "files";
|
||||||
|
|
||||||
fn get_usage() -> String {
|
fn get_usage() -> String {
|
||||||
format!("{0} [FILE]...", executable!())
|
format!("{0} [FILE]", executable!())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn uumain(args: impl uucore::Args) -> i32 {
|
pub fn uumain(args: impl uucore::Args) -> i32 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue