From 50bd7055480e34041704983fa64d5ba20b7b1146 Mon Sep 17 00:00:00 2001 From: tsarajar Date: Tue, 14 Aug 2018 13:36:23 +0300 Subject: [PATCH] B: Fix wording in console help (#2343) --- src/nebula/oned.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nebula/oned.cc b/src/nebula/oned.cc index 39b782d9b1..608abaea03 100644 --- a/src/nebula/oned.cc +++ b/src/nebula/oned.cc @@ -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";