Bug 833666

Summary: Missing '--config' and '--timeout' in man page of rhc-domain-info
Product: OKD Reporter: Wei Sun <wsun>
Component: ocAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: daobrien, dmcphers, libra-bugs, rmillner
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-14 01:00:36 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 Wei Sun 2012-06-20 06:04:25 UTC
Description of problem:
When checking man page of "rhc-domain-info", there is no related information of --config and --timeout option

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

How reproducible:
always

Steps to Reproduce:
1.man rhc-domain-info
2.search keywords '--config' and '--timeout'
3.
  
Actual results:
No related information

Expected results:

have related information
Additional info:

Comment 1 David O'Brien 2012-06-20 06:31:59 UTC
man pages are not part of Docs components.

fwiw, if you look at $ man rhc-create-app you'll see --timeout and --config info

If you look at rhc app create --help you'll see brief mention of these args. If I knew how to edit these help pages (the --help ones, not man pages) I could fix them for you.

Comment 2 Clayton Coleman 2012-06-22 15:48:49 UTC
Moving this to low priority - long run I think we will remove man pages in favor of in app help.

Comment 3 Clayton Coleman 2013-01-31 14:47:58 UTC
Use 'rhc help options'

Comment 4 Wei Sun 2013-02-01 02:40:35 UTC
Verified on devenv_2755,rhc is rhc 1.4.3

Result:
[sunwei@dhcp-8-229 ~]$ rhc help options
The following options can be passed to any command:

  -l, --rhlogin LOGIN       OpenShift login
  -p, --password PASSWORD   OpenShift password
  -d, --debug               Turn on debugging
  --server NAME             An OpenShift server hostname (default: openshift.redhat.com)
  -k, --insecure            Allow insecure SSL connections.  Potential security risk.
  --ssl-version VERSION     The version of SSL to use
  --ssl-ca-file FILE        An SSL certificate CA file (may contain multiple certs)
  --ssl-client-cert-file FILE An SSL x509 client certificate file
  --timeout SECONDS         The timeout for operations
  --noprompt                Suppress all interactive operations command
  --config FILE             Path of a different config file
  --clean                   Ignore any saved configuration options
  --mock                    Run in mock mode
  -h, --help                Help on any command
  --version                 Display version information