From 168fc7b2f5322c5f38790fb3bd79a410e4b4d73c Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 27 Jul 2017 23:16:51 +0200 Subject: [PATCH] Updated usage --- dev/common_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/common_install.sh b/dev/common_install.sh index 5f7f049..86a66bf 100755 --- a/dev/common_install.sh +++ b/dev/common_install.sh @@ -324,6 +324,7 @@ function Usage { 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." + echo "--prefix=/path Use prefix to install path." exit 127 }