From 9c651d7db03c40553b47f5dc14ec3e8c425f49e5 Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Mon, 7 Oct 2019 13:13:04 +0200 Subject: [PATCH] doc: add link to feature flags in fish command [ci skip] --- sphinx_doc_src/cmds/fish.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/cmds/fish.rst b/sphinx_doc_src/cmds/fish.rst index 3ea2bfc30..5063b3bd0 100644 --- a/sphinx_doc_src/cmds/fish.rst +++ b/sphinx_doc_src/cmds/fish.rst @@ -43,6 +43,6 @@ The following options are available: - ``-D`` or ``--debug-stack-frames=DEBUG_LEVEL`` specify how many stack frames to display when debug messages are written. The default is zero. A value of 3 or 4 is usually sufficient to gain insight into how a given debug call was reached but you can specify a value up to 128. -- ``-f`` or ``--features=FEATURES`` enables one or more feature flags (separated by a comma). These are how fish stages changes that might break scripts. +- ``-f`` or ``--features=FEATURES`` enables one or more :ref:`feature flags ` (separated by a comma). These are how fish stages changes that might break scripts. The fish exit status is generally the exit status of the last foreground command. If fish is exiting because of a parse error, the exit status is 127.