From a22a2387c5d2df381742900efee0884dc4cdede2 Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Wed, 20 Sep 2017 00:49:18 +0200
Subject: [PATCH] Add sample for wordlist usage and special chars.

---
 docs/manpage.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/manpage.rst b/docs/manpage.rst
index 971f8e1..0b62283 100644
--- a/docs/manpage.rst
+++ b/docs/manpage.rst
@@ -107,6 +107,12 @@ examples
     Create a passphrase with words from file "mywordlist.txt". The file should
     contain one word on each line.
 
+``diceware -w en_orig -s 2``
+    Create a passphrase with two special chars spread over the generated
+    passphrase and containing words from wordlist "``en_orig``". This is one of
+    the wordlists that come included with `diceware`. Creates something like:
+    "``Rutt[FanScoldLouiseT*nyThrob``".
+
 
 copyright
 ---------
-- 
GitLab