From 2f6cfc15be92b53850fa6898878e2fee3aa7f6a7 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Mon, 27 Jun 2016 18:12:42 +0100 Subject: [PATCH] docs: fix help -H sample --- docs/usage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.txt b/docs/usage.txt index ba078b4..42eed4b 100644 --- a/docs/usage.txt +++ b/docs/usage.txt @@ -18,7 +18,7 @@ Options: - -H, --header LINE custom header pass to the server + -H, --header LINE custom header pass to the server (ala cURL headers) -e, --encoding ENC override encoding detection Examples: @@ -26,7 +26,7 @@ $ inliner https://twitter.com > twitter.html $ inliner -ni local-file.html > local-file.min.html $ inliner -e windows-1253 http://foofootos.gr > foofootos-utf8.html - $ inliner -H User-Agent="Inliner Custom" https://httpbin.org/headers + $ inliner -H 'User-Agent: Inliner Custom' https://httpbin.org/headers $ cat local-file.html | inliner For more details see http://github.com/remy/inliner/