Skip to content

Commit

Permalink
Reword ambigous
Browse files Browse the repository at this point in the history
  • Loading branch information
vuon9 committed Feb 4, 2022
1 parent 17153bf commit 979577f
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 @@ -191,8 +191,8 @@ func newCommands() *baseCommand {
NewBoolCommand(cmdHelp, "h", false, "Get help"),
NewBoolCommand(cmdNoCapitalize, "A", false, "Don't include capital letters in the password"),
NewBoolCommand(cmdNoNumerals, "0", false, "Don't include numbers in the password"),
NewBoolCommand(cmdAmbiguous, "B", false, "Don't include ambiguous characters in the password"),
NewBoolCommand(cmdNoVowels, "v", false, "Don't include any vowels so as to avoid accidental nasty words"),
NewBoolCommand(cmdAmbiguous, "B", false, "Include ambiguous characters in the password"),
NewBoolCommand(cmdSymbol, "y", false, "Include at least one special symbol in the password"),
NewStringCommand(cmdRemoveChars, "r", "", "Remove characters from the set of characters to generate passwords (ex: -r <chars> or --remove-chars=<chars>)"),
NewStringCommand(cmdSha1, "H", "", "Use sha1 hash of given file as a (not so) random generator (ex: -H or -sha1=path/to/file[#seed])"),
Expand Down

0 comments on commit 979577f

Please sign in to comment.