Merge pull request #38428 from gqgunhed/fix_lq_typo

fixed typo: lq command-line syntax
This commit is contained in:
Mike Place 2016-12-27 08:42:02 -07:00 committed by GitHub
commit 7c7799162b

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::