Added alias --no-plugins to skip plugins

This commit is contained in:
mboelen 2016-05-02 13:57:16 +02:00
parent a765163a25
commit 9208e35f20
1 changed files with 2 additions and 1 deletions

View File

@ -259,7 +259,8 @@
#RED=""
;;
--skip-plugins)
# Skip execution of plugins
--skip-plugins | --no-plugins)
RUN_PLUGINS=0
;;