Description of problem: See below. Version-Release number of selected component (if applicable): oc v1.1.3-342-g8f04689 kubernetes v1.2.0-alpha.7-703-gbc4550d How reproducible: Always Steps to Reproduce: 1. $ oc set -h 2. $ oc set triggers -h 3. Actual results: 1. There is: Use "oc set help <command>" for more information about a given command. Order is wrong for "set help". If run `oc set help triggers`, we got error. 2. 1> There is: Use "oc set triggers options" for a list of global command-line options (applies to all commands). 2> There is extra “=“ in the "Examples": oc set triggers bc/webapp --from-github= oc set triggers bc/webapp --from-webhook= Expected results: 1. Should be "oc help set <command>". 2. 1> Should be "oc options" 2> Should remove = Additional info:
Hm, I noticed that `oadm policy -h` has the same issue. I will look into this as well.
Related PR: https://github.com/openshift/origin/pull/10172
Verified in: oc v1.3.0-alpha.3+f1c0be6 kubernetes v1.3.0+507d3a7 features: Basic-Auth GSSAPI Kerberos SPNEGO The help info in comment 0 is now correct