dockcross: Add short flags

This commit is contained in:
Matt McCormick 2016-07-04 22:17:22 -04:00
parent caa56f50a4
commit 5aa3cd3867

View File

@ -91,17 +91,17 @@ while [[ $# != 0 ]]; do
break
;;
--args)
--args|-a)
ARG_ARGS="$2"
shift 2
;;
--config)
--config|-c)
ARG_CONFIG="$2"
shift 2
;;
--image)
--image|-i)
ARG_IMAGE="$2"
shift 2
;;