mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Document --post-data' and
--post-file'.
This commit is contained in:
parent
9f2cc07924
commit
0eee8f8b25
@ -1,3 +1,7 @@
|
||||
2002-04-14 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* main.c (print_help): Document `--post-data' and `--post-file'.
|
||||
|
||||
2002-04-14 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* http.c (gethttp): Ditto.
|
||||
|
@ -194,6 +194,8 @@ HTTP options:\n\
|
||||
--cookies=off don't use cookies.\n\
|
||||
--load-cookies=FILE load cookies from FILE before session.\n\
|
||||
--save-cookies=FILE save cookies to FILE after session.\n\
|
||||
--post-data=STRING use the POST method; send STRING as the data.\n\
|
||||
--post-file=FILE use the POST method; send contents of FILE.\n\
|
||||
\n"), stdout);
|
||||
fputs (_("\
|
||||
FTP options:\n\
|
||||
|
Loading…
Reference in New Issue
Block a user