mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-27 06:31:19 -03:00
docs synopses: use parenthesis to indicate that short/long option pairs take same args
Matches Git, see for example the -O option in git-grep(1).
This commit is contained in:
@@ -6,7 +6,7 @@ Synopsis
|
||||
|
||||
.. BEGIN SYNOPSIS
|
||||
|
||||
``string`` sub [**-s** | **--start** *START*] [**-l** | **--length** *LENGTH*]
|
||||
``string`` sub [(**-s** | **--start**) *START*] [(**-l** | **--length**) *LENGTH*]
|
||||
\ [**-q** | **--quiet**] [*STRING*...]
|
||||
|
||||
.. END SYNOPSIS
|
||||
|
||||
Reference in New Issue
Block a user