summaryrefslogtreecommitdiffstats
path: root/plugins/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/utils.c')
-rw-r--r--plugins/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/utils.c b/plugins/utils.c
index a5245c6..bb4ffbc 100644
--- a/plugins/utils.c
+++ b/plugins/utils.c
@@ -71,7 +71,7 @@ void usage_va (const char *fmt, ...)
71 71
72void usage2(const char *msg, const char *arg) 72void usage2(const char *msg, const char *arg)
73{ 73{
74 printf ("%s: %s - %s\n",progname,msg,arg); 74 printf ("%s: %s - %s\n", progname, msg, arg?arg:"(null)" );
75 print_usage (); 75 print_usage ();
76 exit (STATE_UNKNOWN); 76 exit (STATE_UNKNOWN);
77} 77}