From: hniksic Date: Mon, 17 Nov 2003 13:13:33 +0000 (-0800) Subject: [svn] Fix alignment of FTP options output. X-Git-Tag: v1.13~1383 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=5fb7ffc9ad8069881d9ca0344b2e9a3cbbb3f4ec [svn] Fix alignment of FTP options output. --- diff --git a/src/ChangeLog b/src/ChangeLog index ed6faf5f..8b7f945a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-11-17 Hrvoje Niksic + + * main.c (print_help): Fix alignment of FTP options output. + 2003-11-17 Hrvoje Niksic * host.c (lookup_host): Check for the ability to create IPv6 diff --git a/src/main.c b/src/main.c index 0fb65f3b..4d4af670 100644 --- a/src/main.c +++ b/src/main.c @@ -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",