From 78d46f4b471aaa059d681ed5fe352f94167d35d1 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 7 Sep 2025 12:02:27 +0200 Subject: [PATCH] fish_indent.rst: remove missing debug options --- doc_src/cmds/fish_indent.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc_src/cmds/fish_indent.rst b/doc_src/cmds/fish_indent.rst index 85f9bb772..5c2ae7b4a 100644 --- a/doc_src/cmds/fish_indent.rst +++ b/doc_src/cmds/fish_indent.rst @@ -43,12 +43,6 @@ The following options are available: **--html** Outputs HTML, which supports syntax highlighting if the appropriate CSS is defined. The CSS class names are the same as the variable names, such as ``fish_color_command``. -**-d** or **--debug=DEBUG_CATEGORIES** - Enable debug output and specify a pattern for matching debug categories. See :ref:`Debugging ` in :doc:`fish ` (1) for details. - -**-o** or **--debug-output=DEBUG_FILE** - Specify a file path to receive the debug output, including categories and ``fish_trace``. The default is standard error. - **--dump-parse-tree** Dumps information about the parsed statements to standard error. This is likely to be of interest only to people working on the fish source code.