aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/fish_indent.txt
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-24 13:05:31 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-24 13:05:31 -0800
commita76afd6dae276fd2f4d51a0991cd9eda440811d7 (patch)
treed244763b0e3205bc738763da3e4c3f21275102e6 /doc_src/fish_indent.txt
parent77a7dd82a9db5daa9471df7640e87fff9be35019 (diff)
Clarify some documentation regarding fish_indent
Diffstat (limited to 'doc_src/fish_indent.txt')
-rw-r--r--doc_src/fish_indent.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/fish_indent.txt b/doc_src/fish_indent.txt
index a6ca4026..95b3c1ec 100644
--- a/doc_src/fish_indent.txt
+++ b/doc_src/fish_indent.txt
@@ -15,6 +15,6 @@ The following options are available:
- `-v` or `--version` displays the current fish version and then exits
-- `--ansi` colorizes the output using ANSI escape sequences, appropriate for the current $TERM, using the colors defined in the environment (such as $fish_color_command)
+- `--ansi` colorizes the output using ANSI escape sequences, appropriate for the current $TERM, using the colors defined in the environment (such as `$fish_color_command`).
-- `--html` outputs HTML, which supports syntax highlighting if the appropriate CSS is defined
+- `--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`