From 5fb7ffc9ad8069881d9ca0344b2e9a3cbbb3f4ec Mon Sep 17 00:00:00 2001 From: hniksic <devnull@localhost> Date: Mon, 17 Nov 2003 05:13:33 -0800 Subject: [PATCH] [svn] Fix alignment of FTP options output. --- src/ChangeLog | 4 ++++ src/main.c | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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 <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 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",