From 67531acc2505e665ad378bd7a8db0282545e42ef Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 16 May 2020 10:33:13 +0200 Subject: [PATCH] fish --help: remove outdated information about exit status --- doc_src/cmds/fish.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/fish.rst b/doc_src/cmds/fish.rst index de76da2c9..ecf4fd23f 100644 --- a/doc_src/cmds/fish.rst +++ b/doc_src/cmds/fish.rst @@ -45,4 +45,4 @@ The following options are available: - ``-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. +The fish exit status is generally the :ref:`exit status of the last foreground command `.