Description of problem: Running the $rhc domain --help command lists the available options for $rhc domain <action>. It says that status is deprecated, and to use 'setup' instead. This should probably read: use 'rhc setup' instead. This is because, as it stands, the user would be running the command $rhc domain setup as this is what it is implying. Version-Release number of selected component (if applicable): How reproducible: every time Steps to Reproduce: 1. run $rhc domain --help 2. look at what it says after the 'status' option. 3. Actual results: status DEPRECATED use 'setup' instead Expected results: status DEPRECATED use 'rhc setup' instead Additional info:
Issue seems to be fixed with the new update (1.15). Problematic options have been removed form the --help command.