Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit 68364ca

Browse files
committed
fixup! Update help and auto-generate flag help
1 parent 9f9924e commit 68364ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const helpTabWidth = 5
3030

3131
var helpTab = strings.Repeat(" ", helpTabWidth)
3232

33-
// flagHelp generates a friendly help-string for all the command line flags
34-
// registered with fs.
33+
// flagHelp generates a friendly help string for all globally registered command
34+
// line flags.
3535
func flagHelp() string {
3636
var bd strings.Builder
3737

0 commit comments

Comments
 (0)