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

--plain-password is now --plain in oneuser

This commit is contained in:
Javi Fontan 2011-07-08 17:47:26 +02:00
parent 1b834fbf63
commit 882aa09e9d

View File

@ -55,7 +55,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
PLAIN={
:name => "plain",
:short => "-p",
:large => "--plain-password",
:large => "--plain",
:description => "Store plain password"
}