diff --git a/command/taint.go b/command/taint.go index 02227d5b66..54aa00146c 100644 --- a/command/taint.go +++ b/command/taint.go @@ -6,8 +6,8 @@ import ( "strings" ) -// TaintCommand is a cli.Command implementation that refreshes the state -// file. +// TaintCommand is a cli.Command implementation that manually taints +// a resource, marking it for recreation. type TaintCommand struct { Meta }