mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
mkdir: add -V option
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user