diff --git a/src/od/od.rs b/src/od/od.rs index 8c2b0cb16..58c61416e 100644 --- a/src/od/od.rs +++ b/src/od/od.rs @@ -38,7 +38,7 @@ pub fn uumain(args: Vec) -> isize { specified."), "BYTES"), getopts::optflag("h", "help", "display this help and exit."), - getopts::optflag("v", "version", "output version information and exit."), + getopts::optflag("", "version", "output version information and exit."), ]; let matches = match getopts::getopts(args.tail(), &opts) {