From 0d3c2f77c41adc4d0aeb6a660422422fe7175da3 Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Sat, 20 Jan 2018 13:52:45 +0100
Subject: [PATCH] Fix wordlist sample with pipe.

---
 README.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index fca1b4f..275a556 100644
--- a/README.rst
+++ b/README.rst
@@ -192,8 +192,7 @@ considered a possible word. For instance::
 
 With dash (``-``) as filename you can pipe in wordlists::
 
-  $ echo -e "hi\nhello\n" > mywordlist.txt
-  $ cat mywordlist.txt | diceware -
+  $ echo -e "hi\nhello\n" | diceware -
   HiHiHelloHiHiHello
 
 In custom wordlists we take each line for a valid word and ignore
-- 
GitLab