From 115615b8313745b7e8b717ef12d9609ab11b2eb1 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 9 Jan 2022 09:04:56 +0100 Subject: [PATCH] psub.rst: add long option to synopsis --- doc_src/cmds/psub.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/psub.rst b/doc_src/cmds/psub.rst index cdd4008f0..f83e086cc 100644 --- a/doc_src/cmds/psub.rst +++ b/doc_src/cmds/psub.rst @@ -6,7 +6,7 @@ psub - perform process substitution Synopsis -------- -*COMMAND1* ( *COMMAND2* | ``psub`` [**-F** | -**-fifo**] [**-f** | **--file**] [**-s** *SUFFIX*] ) +*COMMAND1* ( *COMMAND2* | ``psub`` [**-F** | -**-fifo**] [**-f** | **--file**] [(**-s** | **--suffix**) *SUFFIX*] ) Description -----------