From 94915475d6339fe2263ec8cae29e30fee2774a30 Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Thu, 3 Dec 2015 02:52:06 +0100 Subject: [PATCH] Do not use `en_8k` wordlist name anymore anywhere. This wordlist was renamed to `en`. It is the default wordlist. --- README.rst | 8 ++++---- docs/config.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 4c1f1da..45d317d 100644 --- a/README.rst +++ b/README.rst @@ -77,9 +77,9 @@ Once installed, use ``--help`` to list all available options:: Get randomness from this source. Possible values: `realdice', `system'. Default: system -w NAME, --wordlist NAME - Use words from this wordlist. Possible values: - `en_8k', `en_orig'. Wordlists are stored in the folder - displayed below. Default: en_8k + Use words from this wordlist. Possible values: `en', + `en_orig'. Wordlists are stored in the folder + displayed below. Default: en --version output version information and exit. @@ -189,7 +189,7 @@ directory. This file could look like this:: specials = 2 delimiter = MYDELIMITER randomsource = system - wordlist = en_8k + wordlist = en The options names have to match long argument names, as output by ``--help``. The values set must meet the requirements valid for diff --git a/docs/config.rst b/docs/config.rst index 582246f..178828c 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -13,7 +13,7 @@ like this:: specials = 2 delimiter = MYDELIMITER randomsource = system - wordlist = en_8k + wordlist = en These settings would mean that by default phrases with seven words (instead six) would be created. Commandline options, however, override -- GitLab