bin/pivotal in pivotal-integration-1.6.0.2 vs bin/pivotal in pivotal-integration-1.6.0.3

- old
+ new

@@ -89,10 +89,10 @@ optparse.parse! command_class = PivotalIntegration::Command.const_get(command.classify) command_class.new(options).run(*ARGV) - elsif ARGV.empty? + elsif ARGV.empty? || ARGV.first == 'help' show_help else abort "Invalid command #{ARGV.first}." end