summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98c91c4)
raw | patch | inline | side by side (parent: 98c91c4)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Mar 2016 16:39:47 +0000 (17:39 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Mar 2016 16:39:47 +0000 (17:39 +0100) |
src/collectdctl.c | patch | blob | history |
diff --git a/src/collectdctl.c b/src/collectdctl.c
index febc99833aaa917f084e4d606e34a84c70b90fb4..7d3cbce8c1551ca062c199882fb87b576e8e97e8 100644 (file)
--- a/src/collectdctl.c
+++ b/src/collectdctl.c
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] <command> [cmd options]\n\n"