From a9508887c8255703935e9e1cf2552d44e4f76733 Mon Sep 17 00:00:00 2001 From: timglabisch Date: Sat, 27 Dec 2014 22:00:40 +0100 Subject: [PATCH] replace "or" with "," --- components/console/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/introduction.rst b/components/console/introduction.rst index a2b3c52b7fd..3461eefebc0 100644 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -297,7 +297,7 @@ declare a one-letter shortcut that you can call with a single dash like .. tip:: It is also possible to make an option *optionally* accept a value (so that - ``--yell`` or ``--yell=loud`` or ``--yell loud`` work). Options can also be configured to + ``--yell``, ``--yell=loud`` or ``--yell loud`` work). Options can also be configured to accept an array of values. For example, add a new option to the command that can be used to specify