mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 04:11:14 -03:00
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:
committed by
David Adam
parent
c0d1e41313
commit
2a98b7a593
@@ -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 ...
|
||||
|
||||
Reference in New Issue
Block a user