Added verbose option

This commit is contained in:
Dylan 2016-04-13 15:38:04 +10:00
parent 65b8bdad9c
commit 8a99de2284
1 changed files with 1 additions and 0 deletions

View File

@ -2885,6 +2885,7 @@ while [ "$1" ]; do
}
;;
--verbose) set -x ;;
--help) usage ;;
esac