diff options
author | Mark Whitley <markw@lineo.com> | 2001-04-17 18:13:16 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-04-17 18:13:16 +0000 |
commit | 30ac01cca753a3e17e4abddf9ff81e4616390b86 (patch) | |
tree | 78d9ebc8cf5bd1aa6f7be52ab86fd6aa571b4b15 /applets | |
parent | 3828dbed57fc9f6b620faf29445c43aefcf541c7 (diff) | |
download | busybox-30ac01cca753a3e17e4abddf9ff81e4616390b86.tar.gz |
Applied a patch from Laurence Anderson to fix the wget statusbar and a patch
to usage.h to document the -q option.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h index 7bc817fd6..f375dfd19 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -1719,7 +1719,7 @@ " 31 46 1365 /etc/passwd\n" #define wget_trivial_usage \ - "[-c] [-O file] url" + "[-c] [-q] [-O file] url" #define wget_full_usage \ "wget retrieves files via HTTP or FTP\n\n" \ "Options:\n" \ |