fixed typo: lq command-line syntax

At least for Ubuntu's and FreeBSD's version of lq the syntax is:
lq --color-output
This commit is contained in:
Gunther Stengl 2016-12-23 14:09:38 +01:00
parent 4c4f07ca4c
commit d79d682e8b

View file

@ -186,7 +186,7 @@ def event(tagmatch='*',
# Watch the event bus forever in a shell while-loop.
salt-run state.event | while read -r tag data; do
echo $tag
echo $data | jq -colour-output .
echo $data | jq --color-output .
done
.. seealso::