Redirect warning to stderr

This commit is contained in:
oblique 2015-06-09 22:26:17 +03:00
parent 33ed352b5c
commit b4db372bef

View File

@ -1071,7 +1071,7 @@ while :; do
--list)
shift
LIST_RUNNING=1
echo -e "WARN: --list is deprecated. Use --list-running instead.\n" 2>&1
echo -e "WARN: --list is deprecated, use --list-running instead.\n" >&2
;;
--list-running)
shift