summaryrefslogtreecommitdiff
path: root/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'parse.go')
-rw-r--r--parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.go b/parse.go
index d9382c9..6e7f4bd 100644
--- a/parse.go
+++ b/parse.go
@@ -38,7 +38,7 @@ func Parse(dest ...interface{}) error {
func ParseFrom(args []string, dest ...interface{}) error {
// Add the help option if one is not already defined
var internal struct {
- Help bool `arg:"-h"`
+ Help bool `arg:"-h,help:print this help message"`
}
// Parse the spec