docs synopsis: make all placeholder arguments uppercase

man(1) uses lowercase placeholders but we usually don't.  Additionally,
the new synopsis autoformatting only recognizes placeholders if they
are uppercase. Use uppercase for all placeholders.
This commit is contained in:
Johannes Altmanninger
2022-01-17 05:29:49 +01:00
committed by David Adam
parent c0d1e41313
commit 2a98b7a593
19 changed files with 28 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ Synopsis
.. synopsis::
history [search] [--show-time] [--case-sensitive]
[--exact | --prefix | --contains] [--max n] [--null] [--reverse]
[--exact | --prefix | --contains] [--max N] [--null] [--reverse]
[SEARCH_STRING ...]
history delete [--case-sensitive]
[--exact | --prefix | --contains] SEARCH_STRING ...