Skip to content

Commit

Permalink
Update docs on GetCommandLine.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Apr 2, 2014
1 parent e101bb9 commit da6063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit da6063a

Please sign in to comment.