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:
Viktor Szakats 2023-09-29 15:42:39 +00:00
parent 65729f65c7
commit 1bc69df7b4
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
8 changed files with 37 additions and 37 deletions

View file

@ -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
*/