X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectdctl.c;h=8357ce841838cad2f85238b5bbe3ba1758e1db43;hb=cedb6f147e94d0e952449f731313412ef4d67904;hp=0b8d0c1e89ee1547f955c0795bf388d1568eb518;hpb=d1483d2e2a9116c233aeaceba99fa58a7e6bdc87;p=collectd.git diff --git a/src/collectdctl.c b/src/collectdctl.c index 0b8d0c1e..8357ce84 100644 --- a/src/collectdctl.c +++ b/src/collectdctl.c @@ -98,8 +98,8 @@ static void exit_usage (const char *name, int status) { "Hostname defaults to the local hostname if omitted (e.g., uptime/uptime).\n" "No error is returned if the specified identifier does not exist.\n" - "\n"PACKAGE" "VERSION", http://collectd.org/\n" - "by Florian octo Forster \n" + "\n"PACKAGE_NAME" "PACKAGE_VERSION", http://collectd.org/\n" + "by Florian octo Forster \n" "for contributions see `AUTHORS'\n" , name); exit (status);