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

Merge pull request #18 from vocatan/master

Fix minor spelling mistake
abrist 11 лет назад
Родитель
Сommit
62ad3be6ee
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");