mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:43:31 +03:00
tidy-up: use more example domains
Also make use of the example TLD: https://en.wikipedia.org/wiki/.example Reviewed-by: Daniel Stenberg Closes #11992
This commit is contained in:
parent
65729f65c7
commit
1bc69df7b4
8 changed files with 37 additions and 37 deletions
|
|
@ -84,7 +84,7 @@ static void show_dir_errno(struct GlobalConfig *global, const char *name)
|
|||
/*
|
||||
* Create the needed directory hierarchy recursively in order to save
|
||||
* multi-GETs in file output, ie:
|
||||
* curl "http://my.site/dir[1-5]/file[1-5].txt" -o "dir#1/file#2.txt"
|
||||
* curl "http://example.org/dir[1-5]/file[1-5].txt" -o "dir#1/file#2.txt"
|
||||
* should create all the dir* automagically
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue