Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Dec 18, 2015
1 parent 310ade7 commit 3816d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import _ "net/http/pprof"

// command line flags variable
var opts struct {
Description bool `short:"a" long:"description" description:"Dry description"`
Description bool `short:"d" long:"description" description:"Dry description"`
// enable profiling
Profile bool `short:"p" long:"profile" description:"Enable profiling"`
Version bool `short:"v" long:"version" description:"Dry version"`
Expand Down

0 comments on commit 3816d77

Please sign in to comment.