aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/fish_indent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/fish_indent.txt')
-rw-r--r--doc_src/fish_indent.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc_src/fish_indent.txt b/doc_src/fish_indent.txt
index b4cf13c0..5f38449b 100644
--- a/doc_src/fish_indent.txt
+++ b/doc_src/fish_indent.txt
@@ -7,12 +7,14 @@ fish_indent [OPTIONS]
\subsection fish_indent-description Description
-`fish_indent` is used to indent a piece of fish code. `fish_indent` reads commands from standard input and outputs them to standard output.
+`fish_indent` is used to indent a piece of fish code. `fish_indent` reads commands from standard input and outputs them to standard output or a specified file.
The following options are available:
- `-d` or `--dump` dumps information about the parsed fish commands to stderr
+- `-w` or `--write` indents a specified file and immediately writes to that file
+
- `-i` or `--no-indent` do not indent commands; only reformat to one job per line
- `-v` or `--version` displays the current fish version and then exits