Skip to content

Commit

Permalink
Doc: install_and_update: document --silent (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtagcat authored Jun 3, 2020
1 parent cfe1911 commit 720494d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Joplin_install_and_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 720494d

Please sign in to comment.