Skip to content
This repository was archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Print help in dpg on wrong command
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Carter committed Jul 14, 2016
1 parent 09cd0fc commit f6f916e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/dpg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ main() {
help)
help_command
;;
*)
echo "Unknown command ${1}" >&2
help_command
;;
esac
}

Expand Down

0 comments on commit f6f916e

Please sign in to comment.