diff options
-rw-r--r-- | THANKS.in | 1 | ||||
-rw-r--r-- | plugins/utils.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -180,3 +180,4 @@ Johan Fischer | |||
180 | Sakari Lehtonen | 180 | Sakari Lehtonen |
181 | John Rouillard | 181 | John Rouillard |
182 | Sebastian Wiesinger | 182 | Sebastian Wiesinger |
183 | Jason Kau | ||
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 | ||
72 | void usage2(const char *msg, const char *arg) | 72 | void 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 | } |