Skip to content

Commit

Permalink
Hide ugly output from osc status --help
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Apr 25, 2015
1 parent a86a428 commit f3fd283
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cmd/cli/cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ const statusLongDesc = `
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
$ %[1]s status
`

// NewCmdStatus implements the OpenShift cli status command
Expand Down

0 comments on commit f3fd283

Please sign in to comment.