Documentation update.
This commit is contained in:
parent
caeeb55b50
commit
84ad8f9594
2 changed files with 3 additions and 2 deletions
|
|
@ -31,7 +31,8 @@ sudo cp ./checkpw /usr/bin/
|
||||||
# Usage:
|
# Usage:
|
||||||
|
|
||||||
```
|
```
|
||||||
./checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
|
checkpw -h
|
||||||
|
Usage: checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-u <username> Specify username.
|
-u <username> Specify username.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
* checkpw is a program that checks the validity of a users password on a
|
* checkpw is a program that checks the validity of a users password on a
|
||||||
* Linux/PAM-based system.
|
* Linux/PAM-based system.
|
||||||
*
|
*
|
||||||
* Usage: ./checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
|
* Usage: checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
|
||||||
*
|
*
|
||||||
* Options:
|
* Options:
|
||||||
* -u <username> Specify username.
|
* -u <username> Specify username.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue