Browse Source

Removed obsolete manual reference

Sergey Lyubka 12 years ago
parent
commit
7e051206ad
1 changed files with 0 additions and 3 deletions
  1. 0 3
      main.c

+ 0 - 3
main.c

@@ -105,9 +105,6 @@ static void show_usage_and_exit(void) {
     fprintf(stderr, "  -%s %s (default: \"%s\")\n",
             names[i], names[i + 1], names[i + 2] == NULL ? "" : names[i + 2]);
   }
-  fprintf(stderr, "\nSee  http://code.google.com/p/mongoose/wiki/MongooseManual"
-          " for more details.\n");
-  fprintf(stderr, "Example:\n  mongoose -s cert.pem -p 80,443s -d no\n");
   exit(EXIT_FAILURE);
 }