Fix Natural english

This commit is contained in:
Laurent Destailleur 2015-09-17 00:48:10 +02:00
parent 099e3f0376
commit 8bb832d06b

View File

@ -277,7 +277,7 @@ help=!(Port > 0);
Usage: Usage:
if (help) { if (help) {
printf("----- %s V%s (c)Laurent Destailleur -----\n",PROG,VERSION); printf("----- %s V%s (c)Laurent Destailleur -----\n",PROG,VERSION);
printf("%s is a software that allows you to know if a TCP/IP port is used\n",PROG); printf("%s is software that allows you to know if a TCP/IP port is used\n",PROG);
printf("%s sources can be compiled for WIN32 (VC++, GCC CYGWIN, MINGW) or for\n"); printf("%s sources can be compiled for WIN32 (VC++, GCC CYGWIN, MINGW) or for\n");
printf("Unix/Linux (GCC)\n",PROG); printf("Unix/Linux (GCC)\n",PROG);
printf("\n"); printf("\n");