From 0b830750bd9ac7f41d7b58eb771750ac76c2eda7 Mon Sep 17 00:00:00 2001 From: jlecour Date: Sat, 13 May 2017 12:14:26 +0200 Subject: [PATCH] argument pour le user-agent --- HowtocURL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtocURL.md b/HowtocURL.md index 9bf30b6a..d0876036 100644 --- a/HowtocURL.md +++ b/HowtocURL.md @@ -49,7 +49,7 @@ Spécifier un en-tête HTTP (`-H` ou `--header`) : $ curl http://www.example.com -H 'Accept: text/plain' ~~~ -Spécifier un user-agent : +Spécifier un user-agent (`-A` ou `--user-agent`) : ~~~ $ curl -A "Mozilla/5.0 (compatible; evolix; http://evolix.com)" http://example.com