Code

print_help and print_usage() cleanup
[nagiosplug.git] / plugins / check_time.c
index 5d07f545a99268aa11845767a147dc93a2a7e4c0..b2e53745849fd975989e852d6c3557420f6330e4 100644 (file)
@@ -326,8 +326,7 @@ print_help (void)
        printf ("Copyright (c) 1999 Ethan Galstad\n");
        printf (COPYRIGHT, copyright, email);
 
-       printf (_("\
-This plugin will check the time on the specified host.\n\n"));
+       printf (_("This plugin will check the time on the specified host.\n\n"));
 
        print_usage ();
 
@@ -359,5 +358,5 @@ print_usage (void)
 {
        printf ("\
 Usage: %s -H <host_address> [-p port] [-u] [-w variance] [-c variance]\n\
-          [-W connect_time] [-C connect_time] [-t timeout]\n", progname);
+                  [-W connect_time] [-C connect_time] [-t timeout]\n", progname);
 }