From 59bd285b5f766df4037d28ae41b5988c18c7fa59 Mon Sep 17 00:00:00 2001 From: spf13 Date: Fri, 11 Apr 2014 10:11:09 -0400 Subject: [PATCH] Documentation update --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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