Skip to content

Commit

Permalink
fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Nov 4, 2022
1 parent feaab90 commit 972039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw-inspector.c
Expand Up @@ -30,7 +30,7 @@ void help() {
printf(" -l lowcase 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(" -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");
printf(" -s special characters - all others not within the sets "
"above\n");
Expand Down

0 comments on commit 972039b

Please sign in to comment.