diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index 1889010dd..f4edf0556 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3056,7 +3056,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3056 | " %i File System ID in hex\n" \ | 3056 | " %i File System ID in hex\n" \ |
3057 | " %l Maximum length of filenames\n" \ | 3057 | " %l Maximum length of filenames\n" \ |
3058 | " %n File name\n" \ | 3058 | " %n File name\n" \ |
3059 | " %s Block size (for faster transfers)\n" \ | 3059 | " %s Block size (for faster transfer)\n" \ |
3060 | " %S Fundamental block size (for block counts)\n" \ | 3060 | " %S Fundamental block size (for block counts)\n" \ |
3061 | " %t Type in hex\n" \ | 3061 | " %t Type in hex\n" \ |
3062 | " %T Type in human readable form" \ | 3062 | " %T Type in human readable form" \ |
@@ -3686,13 +3686,14 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3686 | " 31 46 1365 /etc/passwd\n" | 3686 | " 31 46 1365 /etc/passwd\n" |
3687 | 3687 | ||
3688 | #define wget_trivial_usage \ | 3688 | #define wget_trivial_usage \ |
3689 | "[-c|--continue] [-q|--quiet] [-O|--output-document file]\n" \ | 3689 | "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document file]\n" \ |
3690 | " [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \ | 3690 | " [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \ |
3691 | " [-U|--user-agent agent] url" | 3691 | " [-U|--user-agent agent] url" |
3692 | #define wget_full_usage \ | 3692 | #define wget_full_usage \ |
3693 | "Retrieve files via HTTP or FTP" \ | 3693 | "Retrieve files via HTTP or FTP" \ |
3694 | "\n\nOptions:\n" \ | 3694 | "\n\nOptions:\n" \ |
3695 | " -c Continue retrieval of aborted transfers\n" \ | 3695 | " -s Spider mode - only check file existence\n" \ |
3696 | " -c Continue retrieval of aborted transfer\n" \ | ||
3696 | " -q Quiet\n" \ | 3697 | " -q Quiet\n" \ |
3697 | " -P Set directory prefix to DIR\n" \ | 3698 | " -P Set directory prefix to DIR\n" \ |
3698 | " -O Save to filename ('-' for stdout)\n" \ | 3699 | " -O Save to filename ('-' for stdout)\n" \ |