From fc56158f815b69c093c7f1f14e9d4394d1337489 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Fri, 12 Nov 2010 14:12:12 +0100 Subject: [PATCH] feature #403: Clarify the explanation for -k flag in install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 819e31f269..4d6059e806 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,9 @@ usage() { echo "-u: user that will run opennebula, defults to user executing install.sh" echo "-g: group of the user that will run opennebula, defults to user" echo " executing install.sh" - echo "-k: keep current configuration files, useful when upgrading" + echo "-k: keep configuration files of existing OpenNebula installation, useful" + echo " when upgrading. This flag should not be set when installing" + echo " OpenNebula for the first time" echo "-d: target installation directory, if not defined it'd be root. Must be" echo " an absolute path." echo "-c: install only 'occi' or 'ec2' client files"