From 5df396fb9c7ac83fee56134dbc0ce3df263ca22d Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Sun, 24 Jul 2011 03:35:59 +0200 Subject: [PATCH] oZones CLI help typos --- src/ozones/Client/bin/onevdc | 2 +- src/ozones/Client/bin/onezone | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ozones/Client/bin/onevdc b/src/ozones/Client/bin/onevdc index 49514be190..c15193e244 100755 --- a/src/ozones/Client/bin/onevdc +++ b/src/ozones/Client/bin/onevdc @@ -15,7 +15,7 @@ require 'command_parser' require 'ozones_helper/vdc_helper.rb' cmd=CommandParser::CmdParser.new(ARGV) do - usage "`ovdcs` command [] []" + usage "`onevdc` command [] []" version OpenNebulaHelper::ONE_VERSION ######################################################################## diff --git a/src/ozones/Client/bin/onezone b/src/ozones/Client/bin/onezone index e2076f93c4..13a0626460 100755 --- a/src/ozones/Client/bin/onezone +++ b/src/ozones/Client/bin/onezone @@ -15,7 +15,7 @@ require 'command_parser' require 'ozones_helper/zones_helper.rb' cmd=CommandParser::CmdParser.new(ARGV) do - usage "`ozones` [] []" + usage "`onezone` [] []" version OpenNebulaHelper::ONE_VERSION ########################################################################