diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 7ebb04ef7..f93f3c373 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -92,6 +92,13 @@ parameters. Sometimes (especially for the last argument) these double quotes are not required. + Arguments followed by an ellipsis ``...`` means that you may provide + multiple arguments for the command. + + For example, the command ``[p]cog install`` in the downloader cog has + the syntax ``cog install ``, meaning that you can provide + 1 or more ``cogs`` to install from the ``repo``. + Arguments followed by ``=value`` means that, if not specified, the argument will be equal to ``value``.