Documentation update

This commit is contained in:
spf13 2014-04-11 10:11:09 -04:00
parent 667c348dbd
commit 59bd285b5f

View file

@ -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