Code

print_help and print_usage() cleanup
[nagiosplug.git] / plugins / check_real.c
index 9fad2a8342505a156adcee8201bf659c351e7d6b..f843172628ae764ecc64210693aa8feead1158fb 100644 (file)
@@ -438,5 +438,5 @@ print_usage (void)
 {
        printf ("\
 Usage: %s -H host [-e expect] [-p port] [-w warn] [-c crit]\n\
-          [-t timeout] [-v]\n", progname);
+                  [-t timeout] [-v]\n", progname);
 }