README update.
This commit is contained in:
parent
689d1cbe18
commit
4efe3efa96
1 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,8 @@ sudo make install
|
||||||
|
|
||||||
The code only supports verifying passwords for user id 1000 by default. Look a the code for some compile time options!
|
The code only supports verifying passwords for user id 1000 by default. Look a the code for some compile time options!
|
||||||
|
|
||||||
|
### Manual installation:
|
||||||
|
|
||||||
Set MAX_UID and MIN_UID in the code or you can compile checkpw without editing the code using the following command and install it manually:
|
Set MAX_UID and MIN_UID in the code or you can compile checkpw without editing the code using the following command and install it manually:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -45,7 +47,7 @@ Options:
|
||||||
-p <password> Specify password.
|
-p <password> Specify password.
|
||||||
-i Enable interactive mode to prompt for missing username/password.
|
-i Enable interactive mode to prompt for missing username/password.
|
||||||
-v Enable verbose mode.
|
-v Enable verbose mode.
|
||||||
-v Show program version.
|
-V Show program version.
|
||||||
-h Show this help.
|
-h Show this help.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue