Description of problem: In the help of "rhc cartridge add", "[]" is used for "--app NAME", which is a REQUIRED option. It should be "<>". Version-Release number of selected component (if applicable): rhc 1.11.2 How reproducible: Always Steps to Reproduce: 1.Type "rhc cartridge add --help" 2.Check the help content. Actual results: "[--app NAME]" is shown. While this is a REQUIRED option. Expected results: "< >" should be used. Additional info: This issue also happens to other "rhc cartridge" options, e.g. remove, show, start, etc.
It's optional today because if you are in the git repository for the app, app name and domain name are read from the git repository.