gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
12 lines
337 B
Makefile
12 lines
337 B
Makefile
Long: random-file
|
|
Arg: <file>
|
|
Help: File for reading random data from
|
|
Category: misc
|
|
Example: --random-file rubbish $URL
|
|
Added: 7.7
|
|
See-also: egd-file
|
|
---
|
|
Specify the path name to file containing what will be considered as random
|
|
data. The data may be used to seed the random engine for SSL connections. See
|
|
also the --egd-file option.
|