Fix sphinx doc warning

~/src/fish-shell/doc_src/cmds/argparse.rst:103: WARNING: Literal block ends without a blank line; unexpected unindent.
~/src/fish-shell/doc_src/cmds/argparse.rst:103: WARNING: Literal block ends without a blank line; unexpected unindent.
This commit is contained in:
Michael Jarvis 2021-02-04 20:55:52 -06:00 committed by Fabian Homborg
parent 97bde2f2bf
commit 496d7c44a1

View File

@ -100,6 +100,7 @@ Sometimes commands take numbers directly as options, like ``foo -55``. To allow
The ``#`` must follow the short flag letter (if any), and other modifiers like ``=`` are not allowed, except for ``-`` (for backwards compatibility)::
m#maximum
This does not read numbers given as ``+NNN``, only those that look like flags - ``-NNN``.
Note: Optional arguments