Skip to content

Commit

Permalink
mpvc: add --version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lwilletts committed Feb 4, 2016
1 parent ff810a3 commit 070111e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpvc
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ main() {

for arg in $ARGS; do
test "$arg" = "-q" && QUIETFLAG=true
test "$arg" = "--version" && printf '%s\n' "mpvc release 1" && exit
done

test "$QUIETFLAG" = "true" && {
Expand Down

0 comments on commit 070111e

Please sign in to comment.