[General] Fix usage in choose help (#5015)

Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
This commit is contained in:
TrustyJAID
2021-05-26 03:23:46 -06:00
committed by GitHub
parent b8b8a38fbd
commit 631adc282f
2 changed files with 13 additions and 7 deletions

View File

@@ -62,18 +62,22 @@ choose
.. code-block:: none
[p]choose [choices...]
[p]choose <first> <second> [others...]
**Description**
Choose between multiple options.
Options are separated by spaces.
.. note:: To denote options which include whitespace, you should use
double quotes.
.. note:: There must be at least 2 options to pick from.
.. note:: To denote options which include whitespace, you should enclose the option in double quotes.
**Arguments**
* ``[choices...]``: The arguments for Red to randomly choose from.
* ``<first>``: The first mandatory option.
* ``<second>``: The second mandatory option.
* ``[others...]``: Any remaining optional options.
.. _general-command-flip: