From 723bfb9aaff04460254bba68338e2d0e975f61dd Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 14 Nov 2023 16:32:04 +0100 Subject: [PATCH] docs/complete: List --description with the options --- doc_src/cmds/complete.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc_src/cmds/complete.rst b/doc_src/cmds/complete.rst index 4d69dce90..9133ecf42 100644 --- a/doc_src/cmds/complete.rst +++ b/doc_src/cmds/complete.rst @@ -57,6 +57,9 @@ The following options are available: **-x** or **--exclusive** Short for **-r** and **-f**. +**-d** or **--description** *DESCRIPTION* + Add a description for this completion, to be shown in the completion pager. + **-w** or **--wraps** *WRAPPED_COMMAND* Causes the specified command to inherit completions from *WRAPPED_COMMAND* (see below for details).