From 17134da199bb00165de0e47fa8b6674da3028043 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 30 Jul 2016 21:12:49 -0700 Subject: clarify --no-utf8 option --- debian/stylish-haskell.1.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian') 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 -- cgit v1.2.3