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 /include | |
parent | 3828dbed57fc9f6b620faf29445c43aefcf541c7 (diff) | |
download | busybox-w32-30ac01cca753a3e17e4abddf9ff81e4616390b86.tar.gz busybox-w32-30ac01cca753a3e17e4abddf9ff81e4616390b86.tar.bz2 busybox-w32-30ac01cca753a3e17e4abddf9ff81e4616390b86.zip |
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 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 7bc817fd6..f375dfd19 100644 --- a/include/usage.h +++ b/include/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" \ |