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

oZones CLI help typos

This commit is contained in:
Javi Fontan 2011-07-24 03:35:59 +02:00
parent ed6a3d8924
commit 5df396fb9c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ require 'command_parser'
require 'ozones_helper/vdc_helper.rb'
cmd=CommandParser::CmdParser.new(ARGV) do
usage "`ovdcs` command [<args>] [<options>]"
usage "`onevdc` command [<args>] [<options>]"
version OpenNebulaHelper::ONE_VERSION
########################################################################

View File

@ -15,7 +15,7 @@ require 'command_parser'
require 'ozones_helper/zones_helper.rb'
cmd=CommandParser::CmdParser.new(ARGV) do
usage "`ozones` <command> [<args>] [<options>]"
usage "`onezone` <command> [<args>] [<options>]"
version OpenNebulaHelper::ONE_VERSION
########################################################################