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

Typo in oneacct help

This commit is contained in:
Javi Fontan 2014-03-03 16:46:05 +01:00
parent 417cf91089
commit 8dcec74c42

View File

@ -87,7 +87,7 @@ class AcctHelper < OpenNebulaHelper::OneHelper
:name => "json",
:short => "-j",
:large => "--json",
:description => "Show the resource in xml format"
:description => "Show the resource in json format"
}
SPLIT={
@ -185,4 +185,4 @@ class AcctHelper < OpenNebulaHelper::OneHelper
CLIHelper.scr_restore
puts
end
end
end