docs: remove quiet for "string pad"

This commit is contained in:
Andrew Prokhorenkov 2020-07-10 21:33:27 -05:00 committed by ridiculousfish
parent 70dfece3ce
commit e8d9572b3e

View File

@ -8,7 +8,7 @@ Synopsis
::
string pad [(-l | --left)] [(-r | --right)] [(-c | --char) CHAR] [(-n | --count) INTEGER] [(-m | --max) INTEGER] [(-q | --quiet)] [STRING...]
string pad [(-l | --left)] [(-r | --right)] [(-c | --char) CHAR] [(-n | --count) INTEGER] [(-m | --max) INTEGER] [STRING...]
.. END SYNOPSIS