b0b08cc650
Currently, we only allow $manila help subcomand to print subcomands info, if we are using $manila subcomand --help, it will print all the subcomands info, that is not what we want, this change is to allow '--help' to print subcomands info. finally we can see the following comands are equals: $ manila --help list $ manila list --help $ manila help list Change-Id: I926defd6c5d3b8d87b038e2c63db694b40a88359 Close-bug: #1771097
5 lines
90 B
YAML
5 lines
90 B
YAML
---
|
|
fixes:
|
|
- Allow --help to print subcomands info. e.g.
|
|
``$ manila create --help``
|