Bug 863915 - [US2599][fork] Typos in rhc app tidy --help
Summary: [US2599][fork] Typos in rhc app tidy --help
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: oc
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: John (J5) Palmieri
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-08 03:51 UTC by Wei Sun
Modified: 2015-05-15 02:06 UTC (History)
2 users (show)

Fixed In Version: fork_ami_US2597_US2599_US2813_US2817_US2872_US2816_US2814_213
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-06 18:47:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Wei Sun 2012-10-08 03:51:05 UTC
Description of problem:

 Run "rhc app tidy --help",there are typos for '-a' option in the displayed help information:
   -a, --app app             he name of the application you are stopping
                                ^^^^^^^^                        ^^^^^^^^
                                It should be The
 
Version-Release number of selected component (if applicable):

server:devenv_2295
client: built from fork_ami_US2597_US2599_US2813_US2817_US2872_US2816_US2814_209

How reproducible:

always

Steps to Reproduce:

1.run 'rhc app tidy --help'


Actual results:

[sunwei@dhcp-8-229 ~]$ rhc app tidy --help
Usage: rhc app tidy <app> [--namespace namespace] [--app app]

Clean out the application's logs and tmp directories and tidy up the git repo on the server

Options for app tidy
  -n, --namespace namespace Namespace of the application the cartridge belongs to
  -a, --app app             he name of the application you are stopping
                            ^^^^^^^^                           ^^^^^^^^
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
  --timeout seconds         Set the timeout in seconds for network commands


Expected results:

-a, --app app             The name of the application you are tidying

Comment 1 John (J5) Palmieri 2012-10-09 14:23:33 UTC
committed

Comment 2 Wei Sun 2012-10-10 02:36:28 UTC
verified on devenv_2304,client build from fork_ami_US2597_US2599_US2813_US2817_US2872_US2816_US2814_213

Step:
1.run 'rhc app tidy --help'

[sunwei@dhcp-8-229 ~]$ rhc app tidy --help
Usage: rhc app tidy <app> [--namespace namespace] [--app app]

Clean out the application's logs and tmp directories and tidy up the git repo on the server

Options for app tidy
  -n, --namespace namespace Namespace of the application the cartridge belongs to
  -a, --app app             The name of the application you are tidying

Global Options
  -l, --rhlogin login       OpenShift login
  -p, --password password   OpenShift password
  -d, --debug               Turn on debugging
  --noprompt                Suppress the interactive setup wizard from running before a command
  --config FILE             Path of a different config file
  -h, --help                Display help documentation
  -v, --version             Display version information
  --timeout seconds         Set the timeout in seconds for network commands


Note You need to log in before you can comment on or make changes to this bug.