Fix more lost string documentation

- Errors from 14d60ccb32
- See: #8928
This commit is contained in:
Henrik Hørlück Berg
2022-05-03 12:30:59 +02:00
committed by Fabian Boehm
parent 39df8f0b3f
commit 255bfffed7
4 changed files with 8 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ Synopsis
.. synopsis::
string sub [(-s | --start) START] [(-l | --length) LENGTH]
string sub [(-s | --start) START] [(-e | --end) END] [(-l | --length) LENGTH]
[-q | --quiet] [STRING ...]
.. END SYNOPSIS