From f0dff25336d3f90331e3bfebf5db81b76623c8c1 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 27 Nov 2001 18:24:22 -0800 Subject: [PATCH] [svn] Fix typo. --- src/progress.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/progress.c b/src/progress.c index c7a18f1e..e932da36 100644 --- a/src/progress.c +++ b/src/progress.c @@ -6,7 +6,7 @@ This file is part of GNU Wget. GNU Wget is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or -\(at your option) any later version. +(at your option) any later version. GNU Wget is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -316,7 +316,7 @@ dot_finish (void *progress, long dltime) } /* This function interprets the progress "parameters". For example, - if Wget is invoked with --progress=bar:mega, it will set the + if Wget is invoked with --progress=dot:mega, it will set the "dot-style" to "mega". Valid styles are default, binary, mega, and giga. */ -- 2.39.2