mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
history.rst: don't mention the --show-time option for "history delete"
It's ignored. We could support it in future (and maybe throw an "unsupported" error until then).
This commit is contained in:
parent
19aebebb95
commit
0d6bad9660
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Synopsis
|
|||
| ``history`` [**search**] [**--show-time** **--case-sensitive**]
|
||||
\ \ [**--exact** | **--prefix** | **--contains**] [**--max** *n*] [**--null** **--reverse**]
|
||||
\ \ [ *SEARCH_STRING...* ]
|
||||
| ``history`` **delete** [**--show-time** **--case-sensitive**]
|
||||
| ``history`` **delete** [**--case-sensitive**]
|
||||
\ \ [**--exact** | **--prefix** | **--contains**] *SEARCH_STRING...*
|
||||
| ``history`` { **merge** | **save** | **clear** | **clear_session** }
|
||||
|
||||
|
|
Loading…
Reference in a new issue