From 51d26b87fd7a77ec726bf39ed5f6b2f1bf1a9c9f Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Mon, 14 Mar 2016 17:30:44 +0100 Subject: [PATCH] formatting --- src/cli/one_helper.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"<