From 5aec9e3b47bf731bf0d61f125975933e7d03928d Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 29 Jan 2025 20:28:00 +0800 Subject: [PATCH] docs/fish: minor style/proofing edits (cherry picked from commit be48d73599d01aa246ddfb2c2f03e094dacedf85) --- doc_src/cmds/fish.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc_src/cmds/fish.rst b/doc_src/cmds/fish.rst index 19889d964..78a664c53 100644 --- a/doc_src/cmds/fish.rst +++ b/doc_src/cmds/fish.rst @@ -34,17 +34,17 @@ The following options are available: See :ref:`Debugging ` below for details. **-o** or **--debug-output=DEBUG_FILE** - Specifies a file path to receive the debug output, including categories and :envvar:`fish_trace`. - The default is stderr. + Specifies a file path to receive the debug output, including categories and :envvar:`fish_trace`. + The default is standard error. **-i** or **--interactive** The shell is interactive. **--install[=PATH]** - When built as self-installable (via cargo), this will unpack fish's datafiles and place them in ~/.local/share/fish/install/. - Fish will also ask to do this automatically when run interactively. + When built as self-installable (via cargo), this will unpack fish's data files and place them in ``~/.local/share/fish/install/``. + fish will also ask to do this automatically when run interactively. If PATH is given, fish will install itself into a relocatable directory tree rooted at that path. - That means it will install the datafiles to PATH/share/fish and copy itself to PATH/bin/fish. + That means it will install the data files to PATH/share/fish and copy itself to PATH/bin/fish. **-l** or **--login** Act as if invoked as a login shell.