]> git.pld-linux.org Git - packages/wget.git/blob - wget-usage.patch
- updated to 1.16.3
[packages/wget.git] / wget-usage.patch
1 --- wget-1.13.3/src/main.c.orig 2011-08-29 10:01:24.000000000 +0200
2 +++ wget-1.13.3/src/main.c      2011-09-18 10:04:20.637186255 +0200
3 @@ -710,7 +710,7 @@
4    size_t i;
5  
6    if (printf (_("GNU Wget %s, a non-interactive network retriever.\n"),
7 -              version_string))
8 +              version_string) < 0)
9      exit (3);
10    if (print_usage (0) < 0)
11      exit (3);
This page took 0.288346 seconds and 3 git commands to generate.