Only in vmap-0.6: vmap diff -ru vmap-0.6-orig/vmap.c vmap-0.6/vmap.c --- vmap-0.6-orig/vmap.c Wed Dec 29 12:57:44 2004 +++ vmap-0.6/vmap.c Wed Dec 29 13:17:07 2004 @@ -17,23 +17,24 @@ unsigned int countcommand, sizecommand; void help() { - printf ("%s %s (c) 2003 by %s %s -Syntax: -%s [-v] [-l LOGIN] [-p PASSWORD] [-a] [-s PORT] [-g VERSION] server service - -Options: - -v verbose - -l LOGIN login with LOGIN name - -p PASSWORD login with PASSWORD - -a login as anonymous (ftp mode only) - -P PORT the port to connect to - -c VERSION create a new fingerprint and saves it to VERSION - server the server to connect to - service what service to run on [%s] - -With %s you can find out the version of a daemon. %s tries to identify the version of the daemon according to the replies of some bogus commands. -Use this tool only for legal purposes! -", PROGRAM, VERSION, AUTHOR, EMAIL, prg, SERVICES, PROGRAM, PROGRAM); + printf ("%s %s (c) 2003 by %s %s\n"\ +"Syntax:\n"\ +"%s [-v] [-l LOGIN] [-p PASSWORD] [-a] [-s PORT] [-g VERSION] server service\n"\ +"\n"\ +"Options:\n"\ +" -v verbose\n"\ +" -l LOGIN login with LOGIN name\n"\ +" -p PASSWORD login with PASSWORD\n"\ +" -a login as anonymous (ftp mode only)\n"\ +" -P PORT the port to connect to\n"\ +" -c VERSION create a new fingerprint and saves it to VERSION\n"\ +" server the server to connect to\n"\ +" service what service to run on [%s]\n"\ +"\n"\ +"With %s you can find out the version of a daemon. %s tries to identify the\n"\ +"version of the daemon according to the replies of some bogus commands.\n"\ +"Use this tool only for legal purposes!\n"\ +"", PROGRAM, VERSION, AUTHOR, EMAIL, prg, SERVICES, PROGRAM, PROGRAM); exit (-1); }