Documentation update.

This commit is contained in:
Johannes Findeisen 2024-08-17 23:22:21 +02:00
commit 84ad8f9594
2 changed files with 3 additions and 2 deletions

View file

@ -31,7 +31,8 @@ sudo cp ./checkpw /usr/bin/
# Usage:
```
./checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
checkpw -h
Usage: checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
Options:
-u <username> Specify username.

View file

@ -2,7 +2,7 @@
* checkpw is a program that checks the validity of a users password on a
* Linux/PAM-based system.
*
* Usage: ./checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
* Usage: checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
*
* Options:
* -u <username> Specify username.