diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-04 21:49:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-04 21:49:18 +0100 |
commit | e6d6987e5685b35f6c3137f59894a02a63d09766 (patch) | |
tree | 48fe38c0395f257938e05c4dfda37e9df4c36291 | |
parent | 9bfeec352b95873bc94b96947a8dd335838f3e8b (diff) |
capitalization of option changed
-rw-r--r-- | src/testing/testing_api_cmd_exec_wirewatch.c | 2 |
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) { |