ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/gvpectrl.C
(Generate patch)

Comparing gvpe/src/gvpectrl.C (file contents):
Revision 1.4 by pcg, Tue Apr 26 00:55:56 2005 UTC vs.
Revision 1.5 by pcg, Tue Jun 21 08:46:53 2005 UTC

87 " -k, --kill[=SIGNAL] Attempt to kill a running gvpe and exit.\n" 87 " -k, --kill[=SIGNAL] Attempt to kill a running gvpe and exit.\n"
88 " -g, --generate-keys Generate public/private RSA keypair.\n" 88 " -g, --generate-keys Generate public/private RSA keypair.\n"
89 " -s, --show-config Display the configuration information.\n" 89 " -s, --show-config Display the configuration information.\n"
90 " --help Display this help and exit.\n" 90 " --help Display this help and exit.\n"
91 " --version Output version information and exit.\n\n")); 91 " --version Output version information and exit.\n\n"));
92 printf (_("Report bugs to <vpe@plan9.de>.\n")); 92 printf (_("Report bugs to <gvpe@schmorp.de>.\n"));
93 } 93 }
94 94
95 exit (status); 95 exit (status);
96} 96}
97 97
298 { 298 {
299 printf (_("%s version %s (built %s %s, protocol %d.%d)\n"), get_identity (), 299 printf (_("%s version %s (built %s %s, protocol %d.%d)\n"), get_identity (),
300 VERSION, __DATE__, __TIME__, PROTOCOL_MAJOR, PROTOCOL_MINOR); 300 VERSION, __DATE__, __TIME__, PROTOCOL_MAJOR, PROTOCOL_MINOR);
301 printf (_("Built with kernel interface %s/%s.\n"), IFTYPE, IFSUBTYPE); 301 printf (_("Built with kernel interface %s/%s.\n"), IFTYPE, IFSUBTYPE);
302 printf (_ 302 printf (_
303 ("Copyright (C) 2003 Marc Lehmann <vpe@plan9.de> and others.\n" 303 ("Copyright (C) 2003 Marc Lehmann <gvpe@schmorp.de> and others.\n"
304 "See the AUTHORS file for a complete list.\n\n" 304 "See the AUTHORS file for a complete list.\n\n"
305 "vpe comes with ABSOLUTELY NO WARRANTY. This is free software,\n" 305 "vpe comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
306 "and you are welcome to redistribute it under certain conditions;\n" 306 "and you are welcome to redistribute it under certain conditions;\n"
307 "see the file COPYING for details.\n")); 307 "see the file COPYING for details.\n"));
308 308

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines