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

B: Fix wording in console help (#2343)

(cherry picked from commit 50bd7055480e34041704983fa64d5ba20b7b1146)
This commit is contained in:
tsarajar 2018-08-14 13:36:23 +03:00 committed by Ruben S. Montero
parent bcf333894d
commit e9fd0d56cb

View File

@ -50,7 +50,7 @@ static void print_help()
<< "SYNOPSIS\n"
<< " Starts the OpenNebula daemon\n\n"
<< "OPTIONS\n"
<< " -v, --verbose\toutput version information and exit\n"
<< " -v, --version\toutput version information and exit\n"
<< " -h, --help\tdisplay this help and exit\n"
<< " -f, --foreground\tforeground, do not fork the oned daemon\n"
<< " -i, --init-db\tinitialize the database and exit\n";