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

@@ -44,7 +44,7 @@ type UndoOptions struct {
const (
undo_long = `undo rolls back to a previous rollout.`
undo_example = `# Rollback to the previous deployment
$ kubectl rollout undo deployment/abc`
kubectl rollout undo deployment/abc`
)
func NewCmdRolloutUndo(f *cmdutil.Factory, out io.Writer) *cobra.Command {