From a869d3cf276229fd8c08cbd782708452437c359c Mon Sep 17 00:00:00 2001 From: msiebeneicher Date: Thu, 29 Sep 2016 15:34:58 +0200 Subject: [PATCH] updated doc comment --- salt/modules/state.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/salt/modules/state.py b/salt/modules/state.py index e0ef6bf5f2..61fe655ca9 100644 --- a/salt/modules/state.py +++ b/salt/modules/state.py @@ -1197,7 +1197,9 @@ def show_lowstate(queue=False, **kwargs): def show_state_usage(queue=False, **kwargs): ''' - Retrieve the highstate data from the salt master, analyse used states and unused states + Retrieve the highstate data from the salt master to analyse used and unused states + + Custom Pillar data can be passed with the ``pillar`` kwarg. CLI Example: