Bug 854802

Summary: Typos in rhc sshkey --help
Product: OKD Reporter: Jianwei Hou <jhou>
Component: ocAssignee: Hiro Asari <hasari>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: high    
Version: 2.xCC: hasari, jkeck, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: fork_ami_US2600_90 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-17 21:28:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jianwei Hou 2012-09-06 02:35:02 UTC
Description of problem:
run 'rhc sshkey --help', there are typos in the displayed help infomation

Version-Release number of selected component (if applicable):
fork_ami_US2600_76

How reproducible:
always

Steps to Reproduce:
1. run 'rhc sshkey --help'
  
Actual results:
There are typos for the 'show' and 'update' actions

Usage: rhc sshkey <action>

Manage multiple keys for the registered rhcloud user.

List of Actions
  update             Deprecated. "remove" and "addd" instead.
  remove             Remove SSH key from the user account
  list               Display all the SSH keys for the user account
  show               List the SSH key with the givne name
  add                Add SSH key to the user account

Global Options
  -l, --rhlogin login       OpenShift login
  -p, --password password   OpenShift password
  -d, --debug               Turn on debugging
  --noprompt                Do not ask for input
  --config FILE             Path of a different config file
  -h, --help                Display help documentation
  -v, --version             Display version information
  -t, --trace               Display backtrace when an error occurs


Expected results:
  update             Deprecated. "remove" and "add" instead.
  show               List the SSH key with the given name

Additional info:

Comment 1 Jianwei Hou 2012-09-06 02:47:40 UTC
*** Bug 854803 has been marked as a duplicate of this bug. ***

Comment 3 Xiaoli Tian 2012-09-10 02:06:13 UTC
Should be fixed in fork_ami_US2600_90

Comment 4 Jianwei Hou 2012-09-10 02:14:27 UTC
Verifed on fork_ami_US2600_90

Steps:
1. run 'rhc sshkey --help'

Result:

Usage: rhc sshkey <action>

Manage multiple keys for the registered rhcloud user.

List of Actions
  list               Display all the SSH keys for the user account
  update             Deprecated. "remove" and "add" instead.
  remove             Remove SSH key from the user account
  add                Add SSH key to the user account
  show               List the SSH key with the given name

Global Options
  -l, --rhlogin login       OpenShift login
  -p, --password password   OpenShift password
  -d, --debug               Turn on debugging
  --noprompt                Do not ask for input
  --config FILE             Path of a different config file
  -h, --help                Display help documentation
  -v, --version             Display version information
  -t, --trace               Display backtrace when an error occurs