From 095bd85aef035ed54995d27e67228b306976ffb4 Mon Sep 17 00:00:00 2001 From: jlecour Date: Mon, 27 Mar 2017 14:52:19 +0200 Subject: [PATCH] typo --- HowtocURL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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