Docs: be more consistent about argument formatting

This commit is contained in:
Henrik Hørlück Berg
2022-05-04 01:39:04 +02:00
committed by Fabian Boehm
parent 255bfffed7
commit c5a6dce27a
2 changed files with 5 additions and 5 deletions

View File

@@ -8,9 +8,9 @@ Synopsis
.. synopsis::
string split [-f | --fields] FIELDS [(-m | --max) MAX] [-n | --no-empty]
string split [(-f | --fields) FIELDS] [(-m | --max) MAX] [-n | --no-empty]
[-q | --quiet] [-r | --right] SEP [STRING ...]
string split0 [-f | --fields] FIELDS [(-m | --max) MAX] [-n | --no-empty]
string split0 [(-f | --fields) FIELDS] [(-m | --max) MAX] [-n | --no-empty]
[-q | --quiet] [-r | --right] [STRING ...]
.. END SYNOPSIS