22
0
Fork 0
This commit is contained in:
jlecour 2017-03-27 14:52:19 +02:00
parent 046b049030
commit 095bd85aef
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Récupérer et afficher sur la sortie standard le contenu d'une ressourc
$ curl https://www.example.com
~~~
Enregistrer la ressource dans un fichier portant le même nom (`-O ou `--remote-name`) :
Enregistrer la ressource dans un fichier portant le même nom (`-O` ou `--remote-name`) :
~~~
$ curl -O https://www.example.com/page.html