X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectdctl.c;h=7d3cbce8c1551ca062c199882fb87b576e8e97e8;hb=2facdd7eef91949c1594f06703afeb6dd87e51cc;hp=febc99833aaa917f084e4d606e34a84c70b90fb4;hpb=8eb05d21637cd1eb3b6c4c4d3ed519cc2fd3ebf6;p=collectd.git diff --git a/src/collectdctl.c b/src/collectdctl.c index febc9983..7d3cbce8 100644 --- a/src/collectdctl.c +++ b/src/collectdctl.c @@ -72,6 +72,7 @@ extern char *optarg; extern int optind; +__attribute__((noreturn)) static void exit_usage (const char *name, int status) { fprintf ((status == 0) ? stdout : stderr, "Usage: %s [options] [cmd options]\n\n"