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

fixed help dor ozones CLI

This commit is contained in:
Javi Fontan 2011-07-21 12:21:56 +02:00
parent 3282fb80d5
commit 7c87255395
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 "`ovdcs` 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 "`ozones` <command> [<args>] [<options>]"
version OpenNebulaHelper::ONE_VERSION
########################################################################