From 557962cc7b479ce7b7f6e1f96d2565039bc6ebcc Mon Sep 17 00:00:00 2001 From: Matheus Martins Date: Thu, 5 Feb 2026 21:46:30 -0300 Subject: [PATCH] Update README to remove multiple password generation Removed instructions for generating multiple passwords. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5245bbd..7c24373 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,11 @@ Basic password generation: ```bash $ ./shellPass.sh ``` - To generate a password with specific length (ex: 20 chars): ```bash $ ./shellPass.sh 20 ``` -To generate multiple passwords (ex: 5 passwords of 16 chars each): -```bash -$ ./shellPass.sh 16 5 -``` + To show the help menu with all available options: ```bash $ ./shellPass.sh -h