aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-04-05 15:43:24 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-04-05 19:29:23 -0700
commit4ff8e6e7818747d805ac44be0a36aedef4deaa5c (patch)
treeb3ce6c2af09f052278201d6b0209b69a16ac8787 /doc_src
parent8e8b5a648197ca83af50064bc9492ca855e9d705 (diff)
change how redirections are formatted
Modify `fish_indent` to emit redirections without a space before the target of the redirection; e.g., "2>&1" rather than "2>& 1" as the former is clearer to humans. Fixes #2899
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/fish_indent.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc_src/fish_indent.txt b/doc_src/fish_indent.txt
index 95b3c1ec..b4cf13c0 100644
--- a/doc_src/fish_indent.txt
+++ b/doc_src/fish_indent.txt
@@ -11,6 +11,8 @@ fish_indent [OPTIONS]
The following options are available:
+- `-d` or `--dump` dumps information about the parsed fish commands to stderr
+
- `-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