Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide ugly output from osc status --help #1920

Merged
merged 1 commit into from
Apr 25, 2015
Merged

Hide ugly output from osc status --help #1920

merged 1 commit into from
Apr 25, 2015

Conversation

nak3
Copy link
Contributor

@nak3 nak3 commented Apr 25, 2015

The commands will output %!(EXTRA string=osc), in case it deosn't have Example: in LongDesc. This patch will change to not show the ugly output.

@nak3
Copy link
Contributor Author

nak3 commented Apr 25, 2015

Please compare following output. First one shows

  • Current output
$ osc status --help
Show a high level overview of the current project. Links components by their relationships.
For more information about individual items, use the describe command (e.g. osc describe buildConfig,
osc describe deploymentConfig, osc describe service).
%!(EXTRA string=osc)

Use "osc --help" for a list of all commands available in osc.
Use "osc options" for a list of global command-line options (applies to all commands).
  • This patch will change
$ osc status --help
Show a high level overview of the current project. Links components by their relationships.
For more information about individual items, use the describe command (e.g. osc describe buildConfig,
osc describe deploymentConfig, osc describe service).

Examples:
        # Show an overview of the current project
        $ osc status

Use "osc --help" for a list of all commands available in osc.
Use "osc options" for a list of global command-line options (applies to all commands).

@smarterclayton
Copy link
Contributor

LGTM [merge]

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_openshift3/1681/) (Image: devenv-fedora_1363)

@openshift-bot
Copy link
Contributor

Evaluated for origin up to f3fd283

openshift-bot pushed a commit that referenced this pull request Apr 25, 2015
@openshift-bot openshift-bot merged commit e586269 into openshift:master Apr 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants