diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-17 18:13:16 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-17 18:13:16 +0000 |
commit | afabc1ce5d4d096b9e387bc2833d71e333c6ba2e (patch) | |
tree | 78d9ebc8cf5bd1aa6f7be52ab86fd6aa571b4b15 /applets/usage.h | |
parent | 16888d71f7afcfcdf41f8134b59392d9f07ba7ae (diff) | |
download | busybox-w32-afabc1ce5d4d096b9e387bc2833d71e333c6ba2e.tar.gz busybox-w32-afabc1ce5d4d096b9e387bc2833d71e333c6ba2e.tar.bz2 busybox-w32-afabc1ce5d4d096b9e387bc2833d71e333c6ba2e.zip |
Applied a patch from Laurence Anderson to fix the wget statusbar and a patch
to usage.h to document the -q option.
git-svn-id: svn://busybox.net/trunk/busybox@2361 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-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 @@ | |||
1719 | " 31 46 1365 /etc/passwd\n" | 1719 | " 31 46 1365 /etc/passwd\n" |
1720 | 1720 | ||
1721 | #define wget_trivial_usage \ | 1721 | #define wget_trivial_usage \ |
1722 | "[-c] [-O file] url" | 1722 | "[-c] [-q] [-O file] url" |
1723 | #define wget_full_usage \ | 1723 | #define wget_full_usage \ |
1724 | "wget retrieves files via HTTP or FTP\n\n" \ | 1724 | "wget retrieves files via HTTP or FTP\n\n" \ |
1725 | "Options:\n" \ | 1725 | "Options:\n" \ |