diff --git a/HowtocURL.md b/HowtocURL.md index ea047e59..e2f72ec5 100644 --- a/HowtocURL.md +++ b/HowtocURL.md @@ -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