From 6f9a358cc432e1b29da00ff364f741293743ff75 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Feb 2015 14:30:02 -0800 Subject: [PATCH] command/taint: fix comment --- command/taint.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/taint.go b/command/taint.go index 02227d5b6..54aa00146 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 }