mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 20:41:15 -03:00
docs synopses: remove unconventional spaces inside [] and ()
We usually write "[a | b]", not "[ a | b ]".
This commit is contained in:
@@ -6,7 +6,7 @@ command - run a program
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
**command** [ **OPTIONS** ] [*COMMANDNAME* [ARG ...]]
|
||||
**command** [**OPTIONS**] [*COMMANDNAME* [ARG ...]]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user