]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update comment.
authorBruno Haible <bruno@clisp.org>
Sat, 19 Jul 2008 18:33:03 +0000 (18:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:45 +0000 (12:15 +0200)
gettext-tools/src/urlget.c

index d79aff9e2f01650542fe486cc17117c4788ca793..0570e448cd86dbf385e49a3f99d33b8edd1c219f 100644 (file)
@@ -310,7 +310,7 @@ fetch (const char *url, const char *file)
       }
   }
 
-  /* Second try: using "wget -q -O - url".  */
+  /* Second try: using "wget -q -O - -T 30 url".  */
   {
     static bool wget_tested;
     static bool wget_present;