diff --git a/command.go b/command.go
index 663681a8..b4c8550b 100644
--- a/command.go
+++ b/command.go
@@ -57,7 +57,7 @@ type Command struct {
 	flagErrorBuf *bytes.Buffer
 
 	args          []string
-	output        *io.Writer               // nil means stderr; use out() accessor
+	output        *io.Writer               // nil means stderr; use Out() method instead
 	usageFunc     func(*Command) error     // Usage can be defined by application
 	usageTemplate string                   // Can be defined by Application
 	helpTemplate  string                   // Can be defined by Application