From 6fd97be3029459a11e4fac505a978b6e307bc916 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 2 Sep 2011 16:17:26 +0200 Subject: [PATCH] feature #788: better formatting for oneuser command help --- src/cli/oneuser | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cli/oneuser b/src/cli/oneuser index 778e340dce..0f35fd6c0d 100755 --- a/src/cli/oneuser +++ b/src/cli/oneuser @@ -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