Commit ae18fd39 authored by Vladislav's avatar Vladislav

Added informations about --repair in CLI

parent 445fd7a5
...@@ -345,8 +345,10 @@ case "${1}" in ...@@ -345,8 +345,10 @@ case "${1}" in
'--help' ) '--help' )
files_from_autoinstall=$(ls "${PORT_SCRIPTS_PATH}/pw_autoinstall") files_from_autoinstall=$(ls "${PORT_SCRIPTS_PATH}/pw_autoinstall")
echo -e " echo -e "
use: [--reinstall] [--autoinstall] use: [--repair] [--reinstall] [--autoinstall]
--repair forces all scripts to be updated to a working state
(helps if PortProton is not working)
--reinstall reinstall files of the portproton to default settings --reinstall reinstall files of the portproton to default settings
--autoinstall [script_frome_pw_autoinstall] autoinstall from the list below: --autoinstall [script_frome_pw_autoinstall] autoinstall from the list below:
" "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment