From 7bff23b166b9f3ab1f38d9b289c4e5ed270492da Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 29 Aug 2014 08:07:47 +0200
Subject: [PATCH] curl.1: add an example for -H

---
 docs/curl.1 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/curl.1 b/docs/curl.1
index 6bb2d1c5fc..8f785705e9 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -699,6 +699,10 @@ See also the \fI-A, --user-agent\fP and \fI-e, --referer\fP options.
 Starting in 7.37.0, you need \fI--proxy-header\fP to send custom headers
 intended for a proxy.
 
+Example:
+
+\&# curl -H "X-First-Name: Joe" http://192.168.0.1/
+
 This option can be used multiple times to add/replace/remove multiple headers.
 .IP "--hostpubmd5 <md5>"
 (SCP/SFTP) Pass a string containing 32 hexadecimal digits. The string should
-- 
GitLab