mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 09:12:11 +08:00
history.rst: fix BNF syntax for orthogonal options
These can be used alone, or in combination, let's reflect that in the synopsis.
This commit is contained in:
parent
a7f45b05b7
commit
dd8351d1b4
@ -6,8 +6,8 @@ history - show and manipulate command history
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
| ``history`` [**search**] [**--show-time** **--case-sensitive**]
|
||||
\ \ [**--exact** | **--prefix** | **--contains**] [**--max** *n*] [**--null** **--reverse**]
|
||||
| ``history`` [**search**] [**--show-time**] [**--case-sensitive**]
|
||||
\ \ [**--exact** | **--prefix** | **--contains**] [**--max** *n*] [**--null**] [**--reverse**]
|
||||
\ \ [ *SEARCH_STRING...* ]
|
||||
| ``history`` **delete** [**--case-sensitive**]
|
||||
\ \ [**--exact** | **--prefix** | **--contains**] *SEARCH_STRING...*
|
||||
|
Loading…
x
Reference in New Issue
Block a user