From 878a227837b4e392bbeba7cde5e12661cfc4c9ea Mon Sep 17 00:00:00 2001 From: Henrik Holmboe Date: Mon, 3 Nov 2014 20:54:39 +0100 Subject: [PATCH] Choose vs chose typo --- doc/ref/cli/salt.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/ref/cli/salt.rst b/doc/ref/cli/salt.rst index 5f2146bd36..468cad267d 100644 --- a/doc/ref/cli/salt.rst +++ b/doc/ref/cli/salt.rst @@ -45,14 +45,14 @@ Options .. option:: --state-output=STATE_OUTPUT .. versionadded:: 0.17 - - Override the configured state_output value for minion output. Default: + + Override the configured state_output value for minion output. Default: full .. option:: --subset=SUBSET - Execute the routine on a random subset of the targeted minions. The - minions will be verified that they have the named function before + Execute the routine on a random subset of the targeted minions. The + minions will be verified that they have the named function before executing. .. option:: -v VERBOSE, --verbose @@ -85,7 +85,7 @@ Options .. option:: --return=RETURNER - Chose an alternative returner to call on the minion, if an alternative + Choose an alternative returner to call on the minion, if an alternative returner is used then the return will not come back to the command line but will be sent to the specified return system. @@ -95,8 +95,8 @@ Options .. option:: --args-separator=ARGS_SEPARATOR - Set the special argument used as a delimiter between command arguments of - compound commands. This is useful when one wants to pass commas as + Set the special argument used as a delimiter between command arguments of + compound commands. This is useful when one wants to pass commas as arguments to some of the commands in a compound command. .. include:: _includes/logging-options.rst