mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
4c4f07ca4c
commit
d79d682e8b
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Reference in a new issue