diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index abd0156ad..bf2f7bd63 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -1718,9 +1718,10 @@ | |||
| 1718 | #define wget_trivial_usage \ | 1718 | #define wget_trivial_usage \ |
| 1719 | "[-c] [-O file] url" | 1719 | "[-c] [-O file] url" |
| 1720 | #define wget_full_usage \ | 1720 | #define wget_full_usage \ |
| 1721 | "wget retrieves files via HTTP\n\n" \ | 1721 | "wget retrieves files via HTTP or FTP\n\n" \ |
| 1722 | "Options:\n" \ | 1722 | "Options:\n" \ |
| 1723 | "\t-c\tcontinue retrieval of aborted transfers\n" \ | 1723 | "\t-c\tcontinue retrieval of aborted transfers\n" \ |
| 1724 | "\t-q\tquiet mode - do not print\n" \ | ||
| 1724 | "\t-O\tsave to filename ('-' for stdout)" | 1725 | "\t-O\tsave to filename ('-' for stdout)" |
| 1725 | 1726 | ||
| 1726 | #define which_trivial_usage \ | 1727 | #define which_trivial_usage \ |
