summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/stylish-haskell.1.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/stylish-haskell.1.adoc b/debian/stylish-haskell.1.adoc
index bbffdf8..ab1503d 100644
--- a/debian/stylish-haskell.1.adoc
+++ b/debian/stylish-haskell.1.adoc
@@ -21,6 +21,9 @@ stylish-haskell - simple Haskell code prettifier
the files passed on the command line or piped via STDIN. It outputs to
STDOUT unless *-i* is specified.
+STDIN is assumed to be encoded UTF-8, unless the *--no-utf8* option is
+used.
+
=== OPTIONS
*-c*, *--config=FILE*::
@@ -42,7 +45,7 @@ STDOUT unless *-i* is specified.
Output version information and exit.
*--no-utf8*::
- Don't assume that stdin and stdout are encoded UTF-8 (the default).
+ Don't assume that STDIN is encoded UTF-8, and don't force UTF-8 output.
== FILES