Use current FTP search providers for 2.2.3
This commit is contained in:
+2
-3
@@ -161,8 +161,7 @@ help(void)
|
||||
" --max-ftps-servers=n Request a max of n servers from ftpsearch (default 40)\n"
|
||||
" --min-size=n If a file is smaller than 'n'Kb, don't search, just download it\n"
|
||||
" --ftpsid=n The ftpsearch server to use\n"
|
||||
" (0=filesearching.com\n"
|
||||
" 1=ftpsearch.elmundo.es\n"
|
||||
" (0=archie.disconnected-by-peer.at, 1=www.mmnt.ru)\n"
|
||||
"\n"
|
||||
"Information Options:\n"
|
||||
" -L, --license Display software license\n"
|
||||
@@ -477,7 +476,7 @@ main(int argc, char **argv)
|
||||
|
||||
if (rt.ftpsearch_server_id < 0 || rt.ftpsearch_server_id > 1)
|
||||
{
|
||||
printf("%s", _("The available servers are (0) filesearching.com and (1) ftpsearch.elmundo.es\n" "Please type proz --help for help\n"));
|
||||
printf("%s", _("The available servers are (0) archie.disconnected-by-peer.at and (1) www.mmnt.ru\n" "Please type proz --help for help\n"));
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user