From 56c0098063002aa16a71d90a1194f3f60a49801c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 9 Dec 2014 22:17:42 +0100 Subject: * src/main.c (print_help): Don't use the backtick as a left quote mark in the help text. --- src/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.c b/src/main.c index 3c53fafe..af06f706 100644 --- a/src/main.c +++ b/src/main.c @@ -599,11 +599,11 @@ HTTP options:\n"), --no-cache disallow server-cached data\n"), N_ ("\ --default-page=NAME change the default page name (normally\n\ - this is `index.html'.)\n"), + this is 'index.html'.)\n"), N_("\ -E, --adjust-extension save HTML/CSS documents with proper extensions\n"), N_("\ - --ignore-length ignore `Content-Length' header field\n"), + --ignore-length ignore 'Content-Length' header field\n"), N_("\ --header=STRING insert STRING among the headers\n"), N_("\ @@ -613,7 +613,7 @@ HTTP options:\n"), N_("\ --proxy-password=PASS set PASS as proxy password\n"), N_("\ - --referer=URL include `Referer: URL' header in HTTP request\n"), + --referer=URL include 'Referer: URL' header in HTTP request\n"), N_("\ --save-headers save the HTTP headers to file\n"), N_("\ @@ -695,7 +695,7 @@ FTP options:\n"), N_("\ --ftp-password=PASS set ftp password to PASS\n"), N_("\ - --no-remove-listing don't remove `.listing' files\n"), + --no-remove-listing don't remove '.listing' files\n"), N_("\ --no-glob turn off FTP file name globbing\n"), N_("\ -- cgit v1.2.1