Skip to content

Commit

Permalink
Merge pull request #1920 from nak3/fix-osc-status-help-output
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Apr 25, 2015
2 parents a86a428 + f3fd283 commit e586269
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 e586269

Please sign in to comment.