Fixed exit code when calling checkpw -h; Set to 0.
This commit is contained in:
parent
93cd2f1cda
commit
df4aa0175f
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ int main(int argc, char *argv[]) {
|
|||
break;
|
||||
case 'h':
|
||||
print_usage(argv[0]);
|
||||
exit(1);
|
||||
exit(0);
|
||||
case 'i':
|
||||
interactive = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue