--debug and --help don't combine as expected
Bug #1815772 reported by
Eric Harney
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-cinderclient |
New
|
Low
|
Unassigned |
Bug Description
$ cinder group-list --help
Reports help for the group-list command as expected.
but
$ cinder --debug group-list --help
prints the help for the whole client. It should just print the help for group-list.