diff options
| author | Alec Thomas <[email protected]> | 2012-12-20 08:37:35 -1000 |
|---|---|---|
| committer | Alec Thomas <[email protected]> | 2012-12-20 08:37:35 -1000 |
| commit | 6c61b06dffa80d2a272c8c2a79448954d9893c74 (patch) | |
| tree | e5bb7c6cbb91efb1a83b9797c8f5bdbed972695c | |
| parent | 7c5bc8fc09f880184cd52a292e0c31931b5eb847 (diff) | |
Fix comment.
| -rw-r--r-- | flag.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
