update commented examples just remove $

This commit is contained in:
AdoHe
2016-02-29 09:41:09 -05:00
parent 1d4a9e88e0
commit 9cc668f7c6
107 changed files with 388 additions and 388 deletions

View File

@@ -51,7 +51,7 @@ Currently only deployments support being paused.`
pause_example = `# Mark the nginx deployment as paused. Any current state of
# the deployment will continue its function, new updates to the deployment will not
# have an effect as long as the deployment is paused.
$ kubectl rollout pause deployment/nginx`
kubectl rollout pause deployment/nginx`
)
func NewCmdRolloutPause(f *cmdutil.Factory, out io.Writer) *cobra.Command {