1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

feature #403: Clarify the explanation for -k flag in install.sh

(cherry picked from commit fc56158f815b69c093c7f1f14e9d4394d1337489)
This commit is contained in:
Daniel Molina 2010-11-12 14:12:12 +01:00 committed by Ruben S. Montero
parent 4d0466212b
commit a68aa191b8

View File

@ -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"