]> sjero.net Git - wget/blobdiff - src/main.c
Dependency improvements (but still needs some work).
[wget] / src / main.c
index 277dd0e969e7ad85c327370952aa9d775e042b0f..3896afd005a349d5f190e8b50ed93bf8572adce1 100644 (file)
@@ -514,6 +514,9 @@ HTTP options:\n"),
        --http-password=PASS    set http password to PASS.\n"),
     N_("\
        --no-cache              disallow server-cached data.\n"),
+    N_ ("\
+       --default-page=NAME     Change the default page name (normally\n\
+                               this is `index.html'.).\n"),
     N_("\
   -E,  --html-extension        save HTML documents with `.html' extension.\n"),
     N_("\
@@ -1238,9 +1241,6 @@ WARNING: Can't reopen standard output in binary mode;\n\
     xfree (url[i]);
   cleanup ();
 
-#ifdef DEBUG_MALLOC
-  print_malloc_debug_stats ();
-#endif
   if (status == RETROK)
     return 0;
   else