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