summaryrefslogtreecommitdiffstats
path: root/plugins/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/utils.c')
-rw-r--r--plugins/utils.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/utils.c b/plugins/utils.c
index 460ff82..1d7c0db 100644
--- a/plugins/utils.c
+++ b/plugins/utils.c
@@ -73,6 +73,13 @@ usage3 (const char *msg, int arg)
73 exit (STATE_UNKNOWN); 73 exit (STATE_UNKNOWN);
74} 74}
75 75
76void
77usage4 (const char *msg)
78{
79 printf ("%s: %s\n", progname, msg);
80 print_usage();
81 exit (STATE_UNKNOWN);
82}
76 83
77void 84void
78support (void) 85support (void)