diff --git a/salt/output/highstate.py b/salt/output/highstate.py index e1ef7b5fde..11c6d1464c 100644 --- a/salt/output/highstate.py +++ b/salt/output/highstate.py @@ -48,7 +48,7 @@ If ``state_output: filter`` is set in the configuration file: .. code-block:: bash - salt \* state.highstate exclude=None,True + salt '*' state.highstate exclude=None,True means to exclude no states from the highstate and turn on terse output.