Added alias for skipping plugins

This commit is contained in:
Michael Boelen 2018-01-11 10:19:29 +01:00
parent 1504370e41
commit 35a1524d07
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@
;;
# Skip execution of plugins
--skip-plugins | --no-plugins)
--skip-plugins | --no-plugins | --noplugins)
SKIP_PLUGINS=1
;;