Przeglądaj źródła

Merge branch 'tmcnag-master' into nrpe-2-16-RC1

John C. Frickson 10 lat temu
rodzic
commit
b62ca7415f
1 zmienionych plików z 8 dodań i 8 usunięć
  1. 8 8
      src/nrpe.c

+ 8 - 8
src/nrpe.c

@@ -167,15 +167,15 @@ int main(int argc, char **argv){
 		printf("Usage: nrpe [-n] -c <config_file> [-4|-6] <mode>\n");
 		printf("\n");
 		printf("Options:\n");
-		printf(" -n            = Do not use SSL\n");
-		printf(" <config_file> = Name of config file to use\n");
-		printf(" -4            = use ipv4 only\n");
-		printf(" -6            = use ipv6 only\n");
-		printf(" <mode>        = One of the following operating modes:\n");  
-		printf("   -i          =    Run as a service under inetd or xinetd\n");
-		printf("   -d          =    Run as a standalone daemon\n");
+		printf(" -n               = Do not use SSL\n");
+		printf(" -c <config_file> = Name of config file to use\n");
+		printf(" -4               = use ipv4 only\n");
+		printf(" -6               = use ipv6 only\n");
+		printf(" <mode>           = One of the following operating modes:\n");  
+		printf("   -i             =    Run as a service under inetd or xinetd\n");
+		printf("   -d             =    Run as a standalone daemon\n");
 		/* Updates help section to indicate how to start under SRC on AIX */
-		printf("   -d -s       =    Run as a subsystem under AIX\n");        
+		printf("   -d -s          =    Run as a subsystem under AIX\n");        
 		printf("\n");
 		printf("Notes:\n");
 		printf("This program is designed to process requests from the check_nrpe\n");