mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
cmdline-opts: more command line options documented
Moved over to the new format
This commit is contained in:
parent
720ea577dc
commit
5c4a526388
46 changed files with 472 additions and 0 deletions
7
docs/cmdline-opts/random-file.d
Normal file
7
docs/cmdline-opts/random-file.d
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Long: random-file
|
||||
Arg: <file>
|
||||
Help: File for reading random data from
|
||||
---
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue