bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH 3/5] Don't use the backtick as a left quote mark in th


From: Benno Schulenberg
Subject: [Bug-wget] [PATCH 3/5] Don't use the backtick as a left quote mark in the help text.
Date: Tue, 9 Dec 2014 22:17:42 +0100

---
 src/main.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main.c b/src/main.c
index 7d1b066..f8b8611 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_("\
@@ -691,7 +691,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_("\
-- 
1.7.0.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]