Skip to content

Commit

Permalink
Merge pull request #10775 from oatmealraisin/rymurphy/9326
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Sep 20, 2016
2 parents 73667b5 + 8394d29 commit b39e67f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions docs/man/man1/oc-get.1
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ oc get \- Display one or many resources
Display one or many resources

.PP
Possible resources include builds, buildConfigs, services, pods, etc.
Some resources may omit advanced details that you can see with '\-o wide'.
If you want an even more detailed view, use 'oc describe'.
Possible resources include builds, buildConfigs, services, pods, etc. To see a
list of common resources, use 'oc get'. Some resources may omit
advanced details that you can see with '\-o wide'. If you want an even more
detailed view, use 'oc describe'.


.SH OPTIONS
Expand Down
7 changes: 4 additions & 3 deletions docs/man/man1/openshift-cli-get.1
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ openshift cli get \- Display one or many resources
Display one or many resources

.PP
Possible resources include builds, buildConfigs, services, pods, etc.
Some resources may omit advanced details that you can see with '\-o wide'.
If you want an even more detailed view, use 'openshift cli describe'.
Possible resources include builds, buildConfigs, services, pods, etc. To see a
list of common resources, use 'openshift cli get'. Some resources may omit
advanced details that you can see with '\-o wide'. If you want an even more
detailed view, use 'openshift cli describe'.


.SH OPTIONS
Expand Down
7 changes: 4 additions & 3 deletions pkg/cmd/cli/cmd/wrappers.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ func adjustCmdExamples(cmd *cobra.Command, parentName string, name string) {
const (
getLong = `Display one or many resources
Possible resources include builds, buildConfigs, services, pods, etc.
Some resources may omit advanced details that you can see with '-o wide'.
If you want an even more detailed view, use '%[1]s describe'.`
Possible resources include builds, buildConfigs, services, pods, etc. To see a
list of common resources, use '%[1]s get'. Some resources may omit
advanced details that you can see with '-o wide'. If you want an even more
detailed view, use '%[1]s describe'.`

getExample = ` # List all pods in ps output format.
%[1]s get pods
Expand Down

0 comments on commit b39e67f

Please sign in to comment.