mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-17 10:50:57 +01:00
mininal docs
This commit is contained in:
24
README.md
24
README.md
@@ -1,2 +1,26 @@
|
|||||||
# diceware
|
# diceware
|
||||||
A diceware password generator
|
A diceware password generator
|
||||||
|
|
||||||
|
# build
|
||||||
|
|
||||||
|
gcc dice.c -o diec
|
||||||
|
|
||||||
|
# use
|
||||||
|
|
||||||
|
```
|
||||||
|
Usage: dice [-tcfvh]
|
||||||
|
Options:
|
||||||
|
-t Asks interactively for tossed dices
|
||||||
|
-c <count> Number of words (default: 4)
|
||||||
|
-f <dictfile> Dictionary file to use (default:
|
||||||
|
/usr/share/dict/american-english)
|
||||||
|
-v Print program version
|
||||||
|
-h Print this help screen
|
||||||
|
```
|
||||||
|
|
||||||
|
# license
|
||||||
|
|
||||||
|
GPLv3
|
||||||
|
|
||||||
|
# author
|
||||||
|
Thomas von Dein
|
||||||
|
|||||||
Reference in New Issue
Block a user