From b967e1004477c49cf63415da4fc031aca0894966 Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Fri, 27 Mar 2015 11:19:16 +0100
Subject: [PATCH] Expect --version in tests.

---
 tests/exp_help_output.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/exp_help_output.txt b/tests/exp_help_output.txt
index 0bfb0fd..8495021 100644
--- a/tests/exp_help_output.txt
+++ b/tests/exp_help_output.txt
@@ -1,4 +1,4 @@
-usage: diceware [-h] [-n NUM] [-c | --no-caps] [-s NUM] [INFILE]
+usage: diceware [-h] [-n NUM] [-c | --no-caps] [-s NUM] [--version] [INFILE]
 
 Create a passphrase
 
@@ -12,3 +12,4 @@ optional arguments:
   --no-caps             Turn off capitalization.
   -s NUM, --specials NUM
                         Insert NUM special chars into generated word.
+  --version             output version information and exit.
-- 
GitLab