summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-12 15:44:57 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-12 15:44:57 +0200
commit6582e07c476f028eaf27d964efd90e22609ffb2a (patch)
tree2c1ad12167265a702a52196d2634cf6c92aad56f /doc
parent6170dbbf37d8312539bb2beddc0091c7bf54fe6c (diff)
downloadexchange-6582e07c476f028eaf27d964efd90e22609ffb2a.tar.gz
exchange-6582e07c476f028eaf27d964efd90e22609ffb2a.tar.bz2
exchange-6582e07c476f028eaf27d964efd90e22609ffb2a.zip
adding -f command-line option
Diffstat (limited to 'doc')
-rw-r--r--doc/taler-mint-httpd.14
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/taler-mint-httpd.1 b/doc/taler-mint-httpd.1
index 1f8440e3c..43587006e 100644
--- a/doc/taler-mint-httpd.1
+++ b/doc/taler-mint-httpd.1
@@ -21,6 +21,10 @@ Print short help on options.
.B
.IP "\-v, \-\-version"
Print version information.
+.B
+.IP "\-f FILENAME, \-\-file\-input=FILENAME"
+This option is only available if the mint was compiled with the configure option
+\-\-enable\-developer\-mode. It is used for generating test cases against the mint using AFL. When this option is present, the HTTP server will (1) terminate after the first client's HTTP connection is completed, and (2) automatically start such a client using a helper process based on the 'nc' or 'ncat' binary using FILENAME as the standard input to the helper process. As a result, the process will effectively run with FILENAME as the input from an HTTP client and then immediately exit. This is useful to test taler\-mint\-httpd against many different possible inputs in a controlled way.
.SH BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>