From 720494d870be0de9d768a13f09a27d19853c8b75 Mon Sep 17 00:00:00 2001 From: jtagcat <38327267+jtagcat@users.noreply.github.com> Date: Wed, 3 Jun 2020 18:43:47 +0300 Subject: [PATCH] Doc: install_and_update: document --silent (#3262) --- Joplin_install_and_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Joplin_install_and_update.sh b/Joplin_install_and_update.sh index df1ed6828..b4dc362ab 100755 --- a/Joplin_install_and_update.sh +++ b/Joplin_install_and_update.sh @@ -39,6 +39,7 @@ showHelp() { print "\t" "--allow-root" "\t" "Allow the install to be run as root" print "\t" "--changelog" "\t" "Show the changelog after installation" print "\t" "--force" "\t" "Always download the latest version" + print "\t" "--silent" "\t" "Don't print any output" if [[ ! -z $1 ]]; then print "\n" "${COLOR_RED}ERROR: " "$*" "${COLOR_RESET}" "\n"