From 80552067e03df718acd998007a298898d548881d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 10 Aug 2024 15:52:47 +0200 Subject: [PATCH] README update. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 98e859b..6e72836 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ checkpw is a program that checks the validity of a users password on a Linux/PAM-based system. +``` +Usage: ./checkpw [-u ] [-p ] [-i] [-v] [-h] + +Options: + -u Specify username. + -p 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. # Installation: