mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -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 @@ math - perform mathematics calculations
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
``math`` [**-s** | **--scale** *N*] [**-b** | **--base** *BASE*] *EXPRESSION...*
|
||||
``math`` [(**-s** | **--scale**) *N*] [(**-b** | **--base**) *BASE*] *EXPRESSION...*
|
||||
|
||||
|
||||
Description
|
||||
|
||||
Reference in New Issue
Block a user