mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
mkdir: add -V option
This commit is contained in:
parent
0b83a0fa61
commit
06e7e9767e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fn main() {
|
|||
groups::optflag("v", "verbose",
|
||||
"print a message for each printed directory"),
|
||||
groups::optflag("h", "help", "display this help"),
|
||||
groups::optflag("", "version", "display this version")
|
||||
groups::optflag("V", "version", "display this version")
|
||||
];
|
||||
|
||||
let matches = match groups::getopts(args.tail(), opts) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue