Redirect warning to stderr
This commit is contained in:
parent
33ed352b5c
commit
b4db372bef
@ -1071,7 +1071,7 @@ while :; do
|
|||||||
--list)
|
--list)
|
||||||
shift
|
shift
|
||||||
LIST_RUNNING=1
|
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)
|
--list-running)
|
||||||
shift
|
shift
|
||||||
|
Loading…
x
Reference in New Issue
Block a user