mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue