mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
76d6e719d9
- avoid exclamation marks - use consistent number of spaces after periods: one - avoid clichés - avoid using 'very' Closes #8060
12 lines
336 B
Makefile
12 lines
336 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.
|