diff options
Diffstat (limited to 'include/usage.h')
-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 c2ffb6d6e..643d35fad 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -5083,7 +5083,7 @@ | |||
5083 | IF_FEATURE_WGET_LONG_OPTIONS( \ | 5083 | IF_FEATURE_WGET_LONG_OPTIONS( \ |
5084 | "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document file]\n" \ | 5084 | "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document file]\n" \ |
5085 | " [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \ | 5085 | " [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \ |
5086 | " [-U|--user-agent agent] url" \ | 5086 | " [--no-check-certificate] [-U|--user-agent agent] url" \ |
5087 | ) \ | 5087 | ) \ |
5088 | IF_NOT_FEATURE_WGET_LONG_OPTIONS( \ | 5088 | IF_NOT_FEATURE_WGET_LONG_OPTIONS( \ |
5089 | "[-csq] [-O file] [-Y on/off] [-P DIR] [-U agent] url" \ | 5089 | "[-csq] [-O file] [-Y on/off] [-P DIR] [-U agent] url" \ |