1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-05 21:57:24 +03:00

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

This commit is contained in:
Daniel Molina 2010-11-12 14:12:12 +01:00 committed by Ruben S. Montero
parent f4a8baebec
commit fc56158f81

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"