diff --git a/doc_src/cmds/string-split.rst b/doc_src/cmds/string-split.rst index ea99afe06..4e0bba712 100644 --- a/doc_src/cmds/string-split.rst +++ b/doc_src/cmds/string-split.rst @@ -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 diff --git a/doc_src/cmds/string.rst b/doc_src/cmds/string.rst index 27b646205..13b587f3b 100644 --- a/doc_src/cmds/string.rst +++ b/doc_src/cmds/string.rst @@ -18,15 +18,15 @@ Synopsis [-g | --groups-only] [-r | --regex] [-n | --index] [-q | --quiet] [-v | --invert] PATTERN [STRING ...] - string pad [-r | --right] [-c | --char CHAR] [-w | --width INTEGER] + string pad [-r | --right] [(-c | --char) CHAR] [(-w | --width) INTEGER] [STRING ...] string repeat [(-n | --count) COUNT] [(-m | --max) MAX] [-N | --no-newline] [-q | --quiet] [STRING ...] string replace [-a | --all] [-f | --filter] [-i | --ignore-case] [-r | --regex] [-q | --quiet] PATTERN REPLACE [STRING ...] - 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 ...] string sub [(-s | --start) START] [(-e | --end) END] [(-l | --length) LENGTH] [-q | --quiet] [STRING ...]