From 8eb28d15b4719ce33409897f6a46d25c9c83e025 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Tue, 9 Aug 2022 22:23:55 +0200 Subject: [PATCH] Update pialert-cli --- back/pialert-cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/back/pialert-cli b/back/pialert-cli index 125355a6..75ce7689 100644 --- a/back/pialert-cli +++ b/back/pialert-cli @@ -10,15 +10,15 @@ case $1 in echo "" echo "The is a list of supported commands:" echo "" - echo " set_login - Set the parameter PIALERT_WEB_PROTECTION in the config file to TRUE" + echo " set_login - Sets the parameter PIALERT_WEB_PROTECTION in the config file to TRUE" echo " - If the parameter is not present, it will be created with the default password '123456'." echo "" - echo " unset_login - set the parameter PIALERT_WEB_PROTECTION in the config file to FALSE" + echo " unset_login - Sets the parameter PIALERT_WEB_PROTECTION in the config file to FALSE" echo " - If the parameter is not present, it will be created with the default password '123456'." echo "" - echo " set_password - set the new password as a hashed value" + echo " set_password - Sets the new password as a hashed value" echo "" - echo " set_autopassword - set the new random password as a hashed value and show it plaintext in the console" + echo " set_autopassword - Sets a new random password as a hashed value and show it plaintext in the console" echo "" echo "" ;;