From 6c61b06dffa80d2a272c8c2a79448954d9893c74 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Thu, 20 Dec 2012 08:37:35 -1000 Subject: Fix comment. --- flag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flag.go b/flag.go index 7cc2755..8f5e8e7 100644 --- a/flag.go +++ b/flag.go @@ -269,7 +269,7 @@ type FlagSet struct { exitOnError bool // does the program exit if there's an error? errorHandling ErrorHandling output io.Writer // nil means stderr; use out() accessor - interspersed bool // do not allow interspersed option/non-option args + interspersed bool // allow interspersed option/non-option args } // A Flag represents the state of a flag. -- cgit v1.2.3