From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc8 Firefox/2.0.0.14 Description of problem: The usage message of weak-modules claims that the utility supports parameter "-dry-run", but it's not true. The supported parameter is "--dry-run". Version-Release number of selected component (if applicable): module-init-tools-3.1-0.pre5.3.10 How reproducible: Always Steps to Reproduce: 1. weak-modules --help 2. search for "dry-run" 3. weak-modules -dry-run Actual Results: It prints following error messages and then the usage message. getopt: invalid option -- d getopt: invalid option -- r getopt: invalid option -- y getopt: invalid option -- - getopt: invalid option -- r getopt: invalid option -- u getopt: invalid option -- n Expected Results: It prints the usage message. Additional info: