diff --git a/src/ChangeLog b/src/ChangeLog
index 60f55c70..ec98aaf0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/main.c b/src/main.c
index f0fc3471..41266b6c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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\