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 /src/testing | |
| parent | 9bfeec352b95873bc94b96947a8dd335838f3e8b (diff) | |
capitalization of option changed
Diffstat (limited to 'src/testing')
| -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 44de9683..7a1a27a5 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)    { | 
