diff options
| author | Alec Thomas <[email protected]> | 2014-04-02 11:03:26 -0400 |
|---|---|---|
| committer | Alec Thomas <[email protected]> | 2014-04-02 11:03:26 -0400 |
| commit | da6063afdc059a0c9596a8a8c5462a995a074762 (patch) | |
| tree | 0bbcd0e3bb9b742ff4e6e1090fa67a428d6357c6 /export_test.go | |
| parent | e101bb922e4d2da875b92062af867b7378d8ad5c (diff) | |
Update docs on GetCommandLine.
Diffstat (limited to 'export_test.go')
| -rw-r--r-- | export_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/export_test.go b/export_test.go index 92c6b54..9318fee 100644 --- a/export_test.go +++ b/export_test.go @@ -23,7 +23,7 @@ func ResetForTesting(usage func()) { Usage = usage } -// CommandLine returns the default FlagSet. +// GetCommandLine returns the default FlagSet. func GetCommandLine() *FlagSet { return CommandLine } |
