]> sjero.net Git - wget/commitdiff
[svn] Document `--post-data' and `--post-file'.
authorhniksic <devnull@localhost>
Sun, 14 Apr 2002 05:31:11 +0000 (22:31 -0700)
committerhniksic <devnull@localhost>
Sun, 14 Apr 2002 05:31:11 +0000 (22:31 -0700)
src/ChangeLog
src/main.c

index 60f55c708c96ac31cfd1f9bbd36f7bab82466be5..ec98aaf04d432cfc749f117fd65eac6eda0f38e3 100644 (file)
@@ -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.
index f0fc34716ed1fb1cf1ac83a8b2ffeb0a7de31fd7..41266b6cc4ccdd5375d1053e671cdfe6302cf1da 100644 (file)
@@ -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\