From da6063afdc059a0c9596a8a8c5462a995a074762 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Wed, 2 Apr 2014 11:03:26 -0400 Subject: Update docs on GetCommandLine. --- export_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'export_test.go') 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 } -- cgit v1.2.3