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

Feature #788: Change oneuser --time description from hours to seconds

This commit is contained in:
Carlos Martín 2011-09-01 18:57:53 +02:00
parent d4d4184cd7
commit 08fad75a94

View File

@ -104,7 +104,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
:name => "time",
:large => "--time x",
:format => Integer,
:description => "Token duration in hours, (default 1)"
:description => "Token duration in seconds, defaults to 3600 (1 h)"
}
create_options = [READ_FILE, PLAIN, SSH, X509, KEY, CERT]