mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
update commented examples just remove $
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user