1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

remove -h as --help variant from du because of conflict

This commit is contained in:
Heather 2014-02-19 09:59:12 +04:00
parent 12df0b0d90
commit 7e95703d61

View file

@ -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"),
];