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

Finetune ini-file samples in README and tests.

parent 497dfa9c
Branches
Tags
No related merge requests found
......@@ -187,9 +187,9 @@ directory. This file could look like this::
num = 7
caps = off
specials = 2
delimiter = MYDELIMITER
randomsource = system
wordlist = en
delimiter = "MYDELIMITER"
randomsource = "system"
wordlist = "en"
The options names have to match long argument names, as output by
``--help``. The values set must meet the requirements valid for
......
[diceware]
num = 6
caps = 1
caps = on
specials = 1
delimiter = ""
randomsource = "system"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment