commit 8fa71bde67d13d4db5e95a8eef71dc8f8ecfe8e5 from: Omar Polo date: Wed Aug 30 09:22:42 2023 UTC pwg: drop -u from the usage, there's no such option commit - fd68a42da5a5d8dc2b63cf2259b8d18d895edcf9 commit + 8fa71bde67d13d4db5e95a8eef71dc8f8ecfe8e5 blob - 0ddb2393d03c00c99b9269d75b59fd5cc6a520ac blob + 96d061830c9bc5f57ce91e40cc6bbfdc7386cbd8 --- pwg +++ pwg @@ -32,7 +32,7 @@ my $length = 32; my $me = basename $0; sub usage { - say STDERR "usage: $me [-anu] [-w wordlist] [len]"; + say STDERR "usage: $me [-an] [-w wordlist] [len]"; exit(1); }