mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
[mktemp] allow empty argument
This commit is contained in:
parent
a09abc63a0
commit
e733ffb936
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ pub fn uumain(args: Vec<String>) -> i32 {
|
|||
crash!(1, "quiet option is not supported yet.");
|
||||
};
|
||||
|
||||
if args.len() == 1 || matches.opt_present("help") {
|
||||
if matches.opt_present("help") {
|
||||
print_help(&opts);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue