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 "" ;;