docs synopses: remove unconventional spaces inside [] and ()

We usually write "[a | b]", not "[ a | b ]".
This commit is contained in:
Johannes Altmanninger
2022-01-09 10:00:47 +01:00
parent ad4530acd3
commit 78101364c3
9 changed files with 15 additions and 15 deletions

View File

@@ -5,8 +5,8 @@ fish_opt - create an option spec for the argparse command
Synopsis
--------
| ``fish_opt`` [ **--help** ]
| ``fish_opt`` [ (**-slor**, **--multiple-vals=**) *optname*]
| ``fish_opt`` [**--help**]
| ``fish_opt`` [(**-slor**, **--multiple-vals=**) *optname*]
Description
-----------