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

@@ -6,7 +6,7 @@ command - run a program
Synopsis
--------
**command** [ **OPTIONS** ] [*COMMANDNAME* [ARG ...]]
**command** [**OPTIONS**] [*COMMANDNAME* [ARG ...]]
Description
-----------