Making the commands line up in the --help screen.
authorBob Aman <bobaman@google.com>
Fri, 22 Oct 2010 00:36:20 +0000 (00:36 +0000)
committerBob Aman <bobaman@google.com>
Fri, 22 Oct 2010 00:36:20 +0000 (00:36 +0000)
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@91 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef

bin/google-api

index 26e4a3bd28b96679c69f0c90ab5774f0d059c205..237e1ae76a5b31f525eaf52b068714ebeefe26af 100755 (executable)
@@ -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