diff --git a/du/du.rs b/du/du.rs index bb8e8ac02..482b1fd15 100644 --- a/du/du.rs +++ b/du/du.rs @@ -141,7 +141,7 @@ fn main() { // In main getopts::optopt("", "time-style", "show times using style STYLE: full-iso, long-iso, iso, +FORMAT FORMAT is interpreted like 'date'", "STYLE"), - getopts::optflag("h", "help", "display this help and exit"), + getopts::optflag("", "help", "display this help and exit"), getopts::optflag("V", "version", "output version information and exit"), ];