From f25845aa483bfc531c6aa36d2d47875df8463696 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 10 Aug 2024 23:40:28 +0200 Subject: [PATCH] Content... --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index b86d44c..7a3f6e1 100644 --- a/README.md +++ b/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 ] [-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. - -``` -echo $? -``` -