Fixed option name

This commit is contained in:
deajan 2016-11-14 17:20:26 +01:00
parent 632e07b896
commit 8ccad34d01
1 changed files with 1 additions and 1 deletions

View File

@ -2042,7 +2042,7 @@ for i in "$@"; do
--no-locks)
_NOLOCKS=true
;;
--only-errors)
--errors-only)
_LOGGER_STDERR=True
_LOGGER_ERR_ONLY=True
;;