From e2e4f4b563d353c299efb11bdccf8a1a427eb9c2 Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 30 Mar 2017 22:18:52 +0200 Subject: [PATCH] Added --remove option to doc --- dev/common_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/common_install.sh b/dev/common_install.sh index 4c7c333..f9c632d 100755 --- a/dev/common_install.sh +++ b/dev/common_install.sh @@ -12,7 +12,7 @@ PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" -SCRIPT_BUILD=2017031403 +SCRIPT_BUILD=2017032101 ## osync / obackup / pmocr / zsnap install script ## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 & 8, Mint 17 and FreeBSD 8, 10 and 11 @@ -283,6 +283,7 @@ function Usage { echo "options:" echo "--silent Will log and bypass user interaction." echo "--no-stats Used with --silent in order to refuse sending anonymous install stats." + echo "--remove Remove the program." exit 127 }