Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:oauth-io/oauthd into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinc committed Oct 28, 2014
2 parents a8ad1df + 111a320 commit 0aea5a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lib
Gruntfile.js
/Gruntfile.js
src
3 changes: 2 additions & 1 deletion src/cli/plugins.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ module.exports = (args, options) ->

if args[0]?
console.log 'Unknown command: ' + args[0].yellow
@help()
if not options.help
@help()
return main_defer.promise


0 comments on commit 0aea5a0

Please sign in to comment.