mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
docs/cmds/fish: Document private mode there as well
Oversight, see #2376. [ci skip]
This commit is contained in:
parent
09e4f8ff42
commit
d263093a5a
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ The following options are available:
|
|||
|
||||
- ``-p`` or ``--profile=PROFILE_FILE`` when fish exits, output timing information on all executed commands to the specified file
|
||||
|
||||
- ``-P`` or ``--private`` enables :ref:`private mode <private-mode>`, so fish will not access old or store new history.
|
||||
|
||||
- ``--print-rusage-self`` when fish exits, output stats from getrusage
|
||||
|
||||
- ``--print-debug-categories`` outputs the list of debug categories, and then exits.
|
||||
|
|
Loading…
Reference in a new issue