Bug 854803

Summary: Typos in rhc sshkey --help
Product: OKD Reporter: Jianwei Hou <jhou>
Component: ocAssignee: Clayton Coleman <ccoleman>
Status: CLOSED DUPLICATE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.x   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-06 02:47:40 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:37:41 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
Caught a proxy error when I submitted bug 854802, When I tried again, bugzilla created this duplicate one...

*** This bug has been marked as a duplicate of bug 854802 ***