diff --git a/src/cli/one_helper.rb b/src/cli/one_helper.rb index 2952b09985..4aa884aecc 100644 --- a/src/cli/one_helper.rb +++ b/src/cli/one_helper.rb @@ -289,8 +289,8 @@ EOT :name => 'ssh', :large => '--ssh [file]', :description => "Add an ssh public key to the context. If the \n"<< - (' '*31)<<"file is omited then the user variable \n"<< - (' '*31)<<"SSH_PUBLIC_KEY will be used.", + (' '*31) << "file is omited then the user variable \n"<< + (' '*31) << "SSH_PUBLIC_KEY will be used.", :format => String, :proc => lambda do |o, options| if !o @@ -961,7 +961,7 @@ EOT end if !lines.empty? - "CONTEXT=[\n"<