From c6f85238b9a8c1f89743825f02609074d6969396 Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Fri, 31 Jan 2020 13:34:15 +0900 Subject: [PATCH] docs: Reword description for -D --- sphinx_doc_src/cmds/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/cmds/functions.rst b/sphinx_doc_src/cmds/functions.rst index f439f02d9..267334f51 100644 --- a/sphinx_doc_src/cmds/functions.rst +++ b/sphinx_doc_src/cmds/functions.rst @@ -29,7 +29,7 @@ The following options are available: - ``-e`` or ``--erase`` causes the specified functions to be erased. This also means that it is prevented from autoloading. -- ``-D`` or ``--details`` reports the path name where each function is defined or could be autoloaded, ``stdin`` if the function was defined interactively or on the command line or by reading stdin, ``-`` if the function was created via ``source``, and ``n/a`` if the function isn't available. (Functions created via ``alias`` will return ``-``, because ``alias`` uses ``source`` internally.) If the ``--verbose`` option is also specified then five lines are written: +- ``-D`` or ``--details`` reports the path name where the specified function is defined or could be autoloaded, ``stdin`` if the function was defined interactively or on the command line or by reading stdin, ``-`` if the function was created via ``source``, and ``n/a`` if the function isn't available. (Functions created via ``alias`` will return ``-``, because ``alias`` uses ``source`` internally.) If the ``--verbose`` option is also specified then five lines are written: - the pathname as already described, - ``autoloaded``, ``not-autoloaded`` or ``n/a``,