Content...
This commit is contained in:
parent
c8b5ea556b
commit
f25845aa48
1 changed files with 1 additions and 18 deletions
19
README.md
19
README.md
|
|
@ -22,7 +22,7 @@ checkpw is a program that checks the validity of a users password on a Linux/PAM
|
|||
|
||||
## They idea?
|
||||
|
||||
Exactly a program like this...
|
||||
Exactly a program like this... not more!
|
||||
|
||||
# Installation:
|
||||
|
||||
|
|
@ -52,20 +52,3 @@ Returns 0 on success, 1 otherwise.
|
|||
echo $?
|
||||
```
|
||||
|
||||
```
|
||||
./checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
|
||||
|
||||
Options:
|
||||
-u <username> Specify username.
|
||||
-p <password> Specify password.
|
||||
-i Enable interactive mode to prompt for missing username/password.
|
||||
-v Enable verbose mode.
|
||||
-h Show this help
|
||||
```
|
||||
|
||||
Returns 0 on success, 1 otherwise.
|
||||
|
||||
```
|
||||
echo $?
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue