summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 94214ee..94b97c4 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -664,7 +664,7 @@ process_arguments (int argc, char **argv)
664 print_help (); 664 print_help ();
665 exit (STATE_OK); 665 exit (STATE_OK);
666 case '?': /* help */ 666 case '?': /* help */
667 usage2 (_("Unknown argument"), optarg); 667 usage5 ();
668 } 668 }
669 } 669 }
670 670