Hide Forgot
Description of problem: Run "rhc-ctl-domain -h", get the following output. Usage: /usr/bin/rhc-ctl-domain Manage multiple keys for the registered rhcloud user. rhc-ctl-domain -l <rhlogin> [-p <passwd>] (-a <key-name> [-k <ssh-pubkey>] | -r <key-name> | -u <key-name> [-k <ssh-pubkey>]) -l|--rhlogin rhlogin Red Hat login (RHN or OpenShift login with OpenShift Express access) (Default: mytest) -p|--password password RHLogin password (optional, will prompt) -n|--namespace namespace Namespace for your application(s) (alphanumeric - max 16 chars) (required for destroying domain) -a|--add-ssh-key key-name Add SSH key to the user account (key-name is the user-specified identifier for the key) -r|--remove-ssh-key key-name Remove SSH key from the user account -u|--update-ssh-key key-name Update SSH key for the user account --destroy Destroys the domain and any added ssh keys -k|--ssh key-filepath SSH public key filepath --config path Path of alternate config file -d|--debug Print Debug info -h|--help Show Usage info In the command line: rhc-ctl-domain -l <rhlogin> [-p <passwd>] (-a <key-name> [-k <ssh-pubkey>] | -r <key-name> | -u <key-name> [-k <ssh-pubkey>]) It not give user a clear direction about this command can be used to destroy domain. The output of "man rhc-ctl-domain" looks like more clear, I think they should keep insistent. $ man rhc-ctl-domain <--snip--> SYNOPSIS rhc-ctl-domain [-l rhlogin ] [-p password ] [-d] [-h] [-n namespace ] ( -a key-name [-k ssh-pubkey ] | -u key-name [-k ssh-pubkey ] | -r key-name ] | --destroy ) <--snip--> Version-Release number of selected component (if applicable): rhc-0.85.2-1.el6_2.noarch How reproducible: Always Steps to Reproduce: 1. Run "man rhc-ctl-domain" 2. Run "rhc-ctl-domain -h" 3. Compare the output between them. Actual results: "rhc-ctl-domain -h" not give user a clear direction about this command can be used to destroy domain. Expected results: "rhc-ctl-domain -h" should be more clear. Additional info:
I have made the change to the command usage info and will check this in once I have the other changes related to US1317 stabilized.
This fix has now been checked in.
verified on devenv_1567 with rhc-0.85.7-1.git.0.79b56b0.el6.noarch issue has been fixed.
Closing verified bugs.