Description of problem: raidstop does not accept the options "--all" and "-v" Version-Release number of selected component (if applicable): raidtools-1.00.2-3.3 ( same with raidtools-1.00.3-1 too ) How reproducible: ## --all not accepted : [root@localhost root]# raidstop --all usage: raidstop [--all] [--configfile] [--help] [--version] [-achv] </dev/md?>* ## -v not accepted, but then it says that is is a valid option : [root@localhost root]# raidstop -v -v: unknown option usage: raidstop [--all] [--configfile] [--help] [--version] [-achv] </dev/md?>* Steps to Reproduce: 1. create a /etc/raidtab file with some dummy radi device 2. start the raid devices 3. run raidstop with "-all" or "-v" Actual results: - "raidstop -v" says that the "-v" option is unknown - "raidstop --all" just prints the usage; does not sop the raid device