Skip to content
Snippets Groups Projects
Commit 94915475 authored by ulif's avatar ulif
Browse files

Do not use `en_8k` wordlist name anymore anywhere.

This wordlist was renamed to `en`. It is the default wordlist.
parent 8a8cfd8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment