Skip to content

Commit

Permalink
show extensions' usage upon invalid invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
rndstr committed Feb 27, 2012
1 parent 9ce8c23 commit ce7aecf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jack
Expand Up @@ -225,6 +225,8 @@ if ! $found; then
if ! $found; then
echo "Unknown action: $action"
usage
action="usage"
call_extensions
exit 1
fi
fi

0 comments on commit ce7aecf

Please sign in to comment.