File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ void term(int signum)
31
31
32
32
static void initOpts (struct opt_struct * opts ) {
33
33
opts -> outputMultiplier = 0u ;
34
- opts -> feedFreq = 0u ;
34
+ opts -> feedFreq = 30u ;
35
35
opts -> daemon = false;
36
36
opts -> debug = false;
37
37
opts -> devRandom = false;
@@ -184,7 +184,7 @@ int main(int argc, char **argv) {
184
184
" -r, --raw - do not whiten the output\n"
185
185
" -m, --multiplier <value> - write 256 bits * value for each 512 bits written to\n"
186
186
" the Keccak sponge. Default of 0 means write all the entropy.\n"
187
- " -f, --feed-frequency - feed interval for /dev/random\n"
187
+ " -f, --feed-frequency - feed interval for /dev/random, in seconds (default: 30) \n"
188
188
" -n, --no-output - do not write random output data\n"
189
189
" -p, --pidfile <file> - write process ID to file\n"
190
190
" -d, --daemon - run in the background\n"
You can’t perform that action at this time.
0 commit comments