mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
docs synopses: remove unconventional spaces inside [] and ()
We usually write "[a | b]", not "[ a | b ]".
This commit is contained in:
@@ -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
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user