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

feature #788: better formatting for oneuser command help

This commit is contained in:
Ruben S. Montero 2011-09-02 16:17:26 +02:00
parent d417a1b3ef
commit 6fd97be302

View File

@ -177,7 +177,8 @@ cmd=CommandParser::CmdParser.new(ARGV) do
end
key_desc = <<-EOT.unindent
Shows a public key from a private SSH key. Use it as password for the SSH authentication mechanism.
Shows a public key from a private SSH key. Use it as password
for the SSH authentication mechanism.
EOT
command :key, key_desc, :options=>[KEY] do