Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
diceware-debian
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drebs
diceware-debian
Commits
94915475
Commit
94915475
authored
9 years ago
by
ulif
Browse files
Options
Downloads
Patches
Plain Diff
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
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+4
-4
4 additions, 4 deletions
README.rst
docs/config.rst
+1
-1
1 addition, 1 deletion
docs/config.rst
with
5 additions
and
5 deletions
README.rst
+
4
−
4
View file @
94915475
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docs/config.rst
+
1
−
1
View file @
94915475
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment