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