Skip to content

Commit

Permalink
exit with an error for an unknown command
Browse files Browse the repository at this point in the history
  • Loading branch information
thbishop committed Jul 14, 2011
1 parent b46907e commit 76e5636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fission/cli.rb
Expand Up @@ -33,7 +33,7 @@ def self.execute(args=ARGV)
@cmd.execute
else
show_all_help(optparse)
exit(0)
exit(1)
end
end

Expand Down

0 comments on commit 76e5636

Please sign in to comment.