Skip to content

Commit

Permalink
Fixed incorrect help message
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteFlinger authored and ByteFlinger committed May 7, 2017
1 parent ae832e5 commit 8043661
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 @@ -8,7 +8,7 @@ import (

var username *string = flag.StringP("username", "u", "", "Username to be used in .htpasswd")
var passwd *string = flag.StringP("passwd", "p", "", "Password to be used in .htpasswd")
var algo *string = flag.StringP("algo", "a", "MD5", "Algorithm to use for hashing passwords. Default: SHA1")
var algo *string = flag.StringP("algo", "a", "MD5", "Algorithm to use for hashing passwords. Default: MD5")
var versionf *bool = flag.BoolP("version", "v", false, "Prints information about the tool")

var (
Expand Down

0 comments on commit 8043661

Please sign in to comment.