From f3fd28354f2e34711aa18737573a60f642c54e89 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sun, 26 Apr 2015 00:15:59 +0900 Subject: [PATCH] Hide ugly output from osc status --help --- pkg/cmd/cli/cmd/status.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/cmd/cli/cmd/status.go b/pkg/cmd/cli/cmd/status.go index f75398231152..76bbb3bdfacb 100644 --- a/pkg/cmd/cli/cmd/status.go +++ b/pkg/cmd/cli/cmd/status.go @@ -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