Просмотр исходного кода

Fix minor spelling mistake
-4 = user ipv4 only
^^^^
should say 'use'

But in reality, more clear to say 'bind to ipv5 only'

Bill Mitchell 11 лет назад
Родитель
Сommit
3a3cdd0e9e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/check_nrpe.c

+ 2 - 2
src/check_nrpe.c

@@ -98,8 +98,8 @@ int main(int argc, char **argv){
 		printf(" -u         = Make socket timeouts return an UNKNOWN state instead of CRITICAL\n");
 		printf(" <host>     = The address of the host running the NRPE daemon\n");
 		printf(" <bindaddr> = bind to local address\n");
-		printf(" -4         = user ipv4 only\n");
-		printf(" -6         = user ipv6 only\n");
+		printf(" -4         = bind to ipv4 only\n");
+		printf(" -6         = bind to ipv6 only\n");
 		printf(" [port]     = The port on which the daemon is running (default=%d)\n",DEFAULT_SERVER_PORT);
 		printf(" [timeout]  = Number of seconds before connection times out (default=%d)\n",DEFAULT_SOCKET_TIMEOUT);
 		printf(" [command]  = The name of the command that the remote daemon should run\n");