]> sjero.net Git - wget/commitdiff
[svn] Fix alignment of FTP options output.
authorhniksic <devnull@localhost>
Mon, 17 Nov 2003 13:13:33 +0000 (05:13 -0800)
committerhniksic <devnull@localhost>
Mon, 17 Nov 2003 13:13:33 +0000 (05:13 -0800)
src/ChangeLog
src/main.c

index ed6faf5fe4a591323352a059d7545b38e1fda5aa..8b7f945a4955a9a53494c0021a9b7d2534ba254a 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * main.c (print_help): Fix alignment of FTP options output.
+
 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * host.c (lookup_host): Check for the ability to create IPv6
index 0fb65f3b655d2f4f2ab3852661d88d0770b07b57..4d4af67042d752449793e5e951d98bc6c56a7d8b 100644 (file)
@@ -547,13 +547,13 @@ HTTPS (SSL) options:\n"),
     N_("\
 FTP options:\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"),
+       --no-glob               turn off FTP file name globbing.\n"),
     N_("\
-       --passive-ftp        use the \"passive\" transfer mode.\n"),
+       --passive-ftp           use the \"passive\" transfer mode.\n"),
     N_("\
-       --retr-symlinks      when recursing, get linked-to files (not dir).\n"),
+       --retr-symlinks         when recursing, get linked-to files (not dir).\n"),
     N_("\
        --preserve-permissions  preserve remote file permissions.\n"),
     "\n",