mkdir: add -V option

This commit is contained in:
Arcterus 2014-02-05 18:51:41 -08:00
parent 0b83a0fa61
commit 06e7e9767e

View file

@ -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) {