From d346426d4d60190c867824fe8119d6943ca5dc40 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Fri, 22 Oct 2010 00:36:20 +0000 Subject: [PATCH] Making the commands line up in the --help screen. git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@91 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef --- bin/google-api | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/google-api b/bin/google-api index 26e4a3bd2..237e1ae76 100755 --- a/bin/google-api +++ b/bin/google-api @@ -132,10 +132,10 @@ HTML opts.separator( "\nAvailable commands:\n" + - " oauth-login Log a user into an API\n" + - " list List the methods available for a service\n" + - " execute Execute a method on the API\n" + - " irb Start an interactive client session" + " oauth-login Log a user into an API\n" + + " list List the methods available for a service\n" + + " execute Execute a method on the API\n" + + " irb Start an interactive client session" ) end end