From 860f98be32ede272cdc4880252efd62aa6bcd186 Mon Sep 17 00:00:00 2001 From: thisiszeev Date: Fri, 5 Jan 2024 02:20:48 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2c8a5c..02cd2be 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ PBKDF2 hashing for Bash ## USAGE ``` -$ bash pbkdf2.sh *hashtype* *salt* *password* *iterations* *{raw/full/rawfull}* +$ bash pbkdf2.sh hashtype salt password iterations {raw/full/rawfull} ``` or ``` -$ ./pbkdf2.sh *hashtype* *salt* *password* *iterations* *{raw/full/rawfull}* +$ ./pbkdf2.sh hashtype salt password iterations {raw/full/rawfull} ``` ### hashtype *string*