summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-04 21:49:18 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-04 21:49:18 +0100
commite6d6987e5685b35f6c3137f59894a02a63d09766 (patch)
tree48fe38c0395f257938e05c4dfda37e9df4c36291 /src
parent9bfeec352b95873bc94b96947a8dd335838f3e8b (diff)
downloadexchange-e6d6987e5685b35f6c3137f59894a02a63d09766.tar.gz
exchange-e6d6987e5685b35f6c3137f59894a02a63d09766.tar.bz2
exchange-e6d6987e5685b35f6c3137f59894a02a63d09766.zip
capitalization of option changed
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing_api_cmd_exec_wirewatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_exec_wirewatch.c b/src/testing/testing_api_cmd_exec_wirewatch.c
index 44de96838..7a1a27a51 100644
--- a/src/testing/testing_api_cmd_exec_wirewatch.c
+++ b/src/testing/testing_api_cmd_exec_wirewatch.c
@@ -67,7 +67,7 @@ wirewatch_run (void *cls,
"taler-exchange-wirewatch",
"taler-exchange-wirewatch",
"-c", ws->config_filename,
- "-T", /* exit when done */
+ "-t", /* exit when done */
NULL);
if (NULL == ws->wirewatch_proc)
{