From 65ddfd8fb20278bf679df6acc838d80d5d6d577c Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Tue, 9 Aug 2022 22:07:35 +0200 Subject: [PATCH] Update pialert-cli --- back/pialert-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/pialert-cli b/back/pialert-cli index 00e38ba9..3f6d6cd8 100644 --- a/back/pialert-cli +++ b/back/pialert-cli @@ -18,7 +18,7 @@ case $1 in echo "" echo " set_password - set the new password as a hased value" echo "" - echo " set_autopassword - set the new random password as a hased value and show it plaintext in the console" + echo " set_autopassword - set the new random password as a hashed value and show it plaintext in the console" echo "" echo "" ;;