summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-10 13:57:12 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-10 13:57:12 +0100
commit2143266a50d7f4fff243c1f5f1cff1cb07e081dc (patch)
tree506aa1f6023c2d31c058965be8d08c42f0201522 /src/exchange/taler-exchange-httpd.c
parent34c8dc504bf60371db258d3b19353e725d23b1bb (diff)
downloadexchange-2143266a50d7f4fff243c1f5f1cff1cb07e081dc.tar.gz
exchange-2143266a50d7f4fff243c1f5f1cff1cb07e081dc.tar.bz2
exchange-2143266a50d7f4fff243c1f5f1cff1cb07e081dc.zip
update tool to follow renaming of test -> taler-bank for the taler bank wire method
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 5fc491a5d..eb0ddb415 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -389,7 +389,7 @@ handle_mhd_request (void *cls,
* Parse the configuration to determine on which port
* or UNIX domain path we should run an HTTP service.
*
- * @param section section of the configuration to parse ("exchange" or "exchange-admin")
+ * @param section section of the configuration to parse (usually "exchange")
* @param[out] rport set to the port number, or 0 for none
* @param[out] unix_path set to the UNIX path, or NULL for none
* @param[out] unix_mode set to the mode to be used for @a unix_path