From dd8351d1b40086278e775dd783b83f872cd99ac9 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 9 Jan 2022 09:08:10 +0100 Subject: [PATCH] history.rst: fix BNF syntax for orthogonal options These can be used alone, or in combination, let's reflect that in the synopsis. --- doc_src/cmds/history.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/cmds/history.rst b/doc_src/cmds/history.rst index e84277624..5d21de7ab 100644 --- a/doc_src/cmds/history.rst +++ b/doc_src/cmds/history.rst @@ -6,8 +6,8 @@ history - show and manipulate command history Synopsis -------- -| ``history`` [**search**] [**--show-time** **--case-sensitive**] - \ \ [**--exact** | **--prefix** | **--contains**] [**--max** *n*] [**--null** **--reverse**] +| ``history`` [**search**] [**--show-time**] [**--case-sensitive**] + \ \ [**--exact** | **--prefix** | **--contains**] [**--max** *n*] [**--null**] [**--reverse**] \ \ [ *SEARCH_STRING...* ] | ``history`` **delete** [**--case-sensitive**] \ \ [**--exact** | **--prefix** | **--contains**] *SEARCH_STRING...*