summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-30 21:12:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-07-30 21:13:27 -0700
commit17134da199bb00165de0e47fa8b6674da3028043 (patch)
tree2676bc655912c95f678cb226f0515bb97144d8f5 /debian
parent38ca56aea95b087709e814fdaa3218ce279c71c4 (diff)
downloadstylish-haskell-17134da199bb00165de0e47fa8b6674da3028043.tar.gz
clarify --no-utf8 option
Diffstat (limited to 'debian')
-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