commit 6d354ee50fd497c28f569e6abc02821c6ffe447f
parent 7c083aa3b4688e59a238dc37c687c3b849e508eb
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Fri, 21 Apr 2017 16:21:12 +0200
indent
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -1131,9 +1131,9 @@ main (int argc, char *const *argv)
struct GNUNET_GETOPT_CommandLineOption options[] = {
GNUNET_GETOPT_option_flag ('C',
- "connection-close",
- "force HTTP connections to be closed after each request",
- &TMH_merchant_connection_close),
+ "connection-close",
+ "force HTTP connections to be closed after each request",
+ &TMH_merchant_connection_close),
GNUNET_GETOPT_OPTION_END
};