From d263093a5a6a6afe750812e9db409a946adbb8f6 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 30 Jun 2019 13:54:03 +0200 Subject: [PATCH] docs/cmds/fish: Document private mode there as well Oversight, see #2376. [ci skip] --- sphinx_doc_src/cmds/fish.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx_doc_src/cmds/fish.rst b/sphinx_doc_src/cmds/fish.rst index 177e781b9..b33aa4696 100644 --- a/sphinx_doc_src/cmds/fish.rst +++ b/sphinx_doc_src/cmds/fish.rst @@ -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 `, 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.