Simplified the code.

This commit is contained in:
Johannes Findeisen 2024-08-10 22:12:47 +02:00
commit c83d2864fb
2 changed files with 15 additions and 19 deletions

View file

@ -1,4 +1,4 @@
# checkpw
# checkpw - 1.0
checkpw is a program that checks the validity of a users password on a Linux/PAM-based system.
@ -29,3 +29,4 @@ Returns 0 on success, 1 otherwise.
```
echo $?
```