aboutsummaryrefslogtreecommitdiff
path: root/src/netnuke.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/netnuke.c')
-rw-r--r--src/netnuke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netnuke.c b/src/netnuke.c
index 4527276..11f63b6 100644
--- a/src/netnuke.c
+++ b/src/netnuke.c
@@ -105,7 +105,7 @@ char *ide_device_glob[] =
void usage(const char* progname)
{
int i;
- printf("%s v%d.%d %s %s\n", progname, VERSION_MAJOR, VERSION_MINOR, LICENSE, AUTHOR);
+ printf("%s %s %s <%s>\n", PACKAGE_STRING, LICENSE, AUTHOR, PACKAGE_BUGREPORT);
printf("usage: %s ", progname);
for( i = 0 ; long_options[i].name != NULL ; i++ )
{