Fix remove project. (#8358)

Signed-off-by: James Drummond <james@devcomb.com>
6.19.x
James Drummond PE 2018-01-19 07:47:25 -06:00 committed by GitHub
parent 2c29925476
commit 047d4e9fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -356,6 +356,9 @@ parse_args() {
--update)
shift
;;
--remove-che)
shift
;;
--help)
echo -e "$HELP"
exit 1