summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2015-05-14 12:07:08 +0200
committerTomaz Solc <tomaz.solc@tablix.org>2015-05-14 12:07:08 +0200
commit4aaec39ce3278e08e7f85131ee8eab97d3c75a9d (patch)
treee1943c1d888b0a26ea7b6d006b4914ed7f8749c8
parent66afb5f97b201747a1a820421fa80fdf8aca0fb7 (diff)
downloadunidecode-4aaec39ce3278e08e7f85131ee8eab97d3c75a9d.tar.gz
Mention utility in the README
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8d7bfd4..0454bd4 100644
--- a/README.rst
+++ b/README.rst
@@ -54,6 +54,15 @@ ASCII bytes in Python 3.x)::
>>> unidecode(u"\u5317\u4EB0")
'Bei Jing '
+A command line utility is also included (see `unidecode --help` for a full list
+of available options)::
+
+ $ echo hello | unidecode
+ hello
+ $ unidecode -c hello
+ hello
+ $ unidecode hello.txt
+ hello
Requirements
------------