docs synopses: fix RST syntax

This commit is contained in:
Johannes Altmanninger
2022-01-09 08:44:27 +01:00
parent adccd6e6f5
commit 4a4905aaa5
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ Synopsis
.. BEGIN SYNOPSIS
``string`` trim [**-l** | **--left**] [**-r** | **--right**] [**-c** | **--chars** CHARS*]
``string`` trim [**-l** | **--left**] [**-r** | **--right**] [**-c** | **--chars** *CHARS*]
\ \ [**-q** | **--quiet**] [*STRING*...]
.. END SYNOPSIS