From 833968f514a4da93a9126ecd136c7909ec93cf17 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Tue, 14 Oct 2014 00:20:32 +0200 Subject: [PATCH] Rename dictionary --- diceware.txt => diceware | 0 main.hs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename diceware.txt => diceware (100%) diff --git a/diceware.txt b/diceware similarity index 100% rename from diceware.txt rename to diceware diff --git a/main.hs b/main.hs index 6c035dd..a876e5d 100644 --- a/main.hs +++ b/main.hs @@ -60,4 +60,4 @@ exec opts@Args{..} = do dice' x n = readDiceware' (parseDiceware x) n -- default arguments phraseLength' = if phraseLength == 0 then 6 else phraseLength - dictionary' = if null dictionary then "diceware.txt" else dictionary + dictionary' = if null dictionary then "diceware" else dictionary