This commit is contained in:
vanhauser-thc 2022-11-04 10:56:56 +01:00
parent feaab90b1f
commit 972039b3ae

View file

@ -30,7 +30,7 @@ void help() {
printf(" -l lowcase characters (a,b,c,d, etc.)\n"); printf(" -l lowcase characters (a,b,c,d, etc.)\n");
printf(" -u upcase characters (A,B,C,D, etc.)\n"); printf(" -u upcase characters (A,B,C,D, etc.)\n");
printf(" -n numbers (1,2,3,4, etc.)\n"); printf(" -n numbers (1,2,3,4, etc.)\n");
printf(" -p printable characters (which are not -l/-n/-p, e.g. " printf(" -p printable characters (which are not -l/-u/-n, e.g. "
"$,!,/,(,*, etc.)\n"); "$,!,/,(,*, etc.)\n");
printf(" -s special characters - all others not within the sets " printf(" -s special characters - all others not within the sets "
"above\n"); "above\n");