mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fix alignment of FTP options output.
This commit is contained in:
parent
133d69ff24
commit
5fb7ffc9ad
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user