Skip to content

Commit 25495a6

Browse files
committed
Fixed help option alias
1 parent 8573b51 commit 25495a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ const (
3838

3939
// Help.
4040
OptHelp = "help"
41-
OptHelpAlias = "?"
41+
OptHelpAlias = "h"
4242
)

0 commit comments

Comments
 (0)