summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-aggregator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-05 11:11:03 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-05 11:11:03 +0200
commitda75b30a258e35d6256aa8d61a0b729ae5c4c896 (patch)
treebe188924faee7515792ff0b0867082431c9a4a18 /src/exchange/taler-exchange-aggregator.c
parented1a4c08fd67e00f61d3e36e33833657d660bad3 (diff)
downloadexchange-da75b30a258e35d6256aa8d61a0b729ae5c4c896.tar.gz
exchange-da75b30a258e35d6256aa8d61a0b729ae5c4c896.tar.bz2
exchange-da75b30a258e35d6256aa8d61a0b729ae5c4c896.zip
starting to implement taler-exchange-wirewatch
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
-rw-r--r--src/exchange/taler-exchange-aggregator.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index 54757d860..39e61f3ad 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -1583,7 +1583,7 @@ run (void *cls,
/**
- * The main function of the taler-exchange-httpd server ("the exchange").
+ * The main function of the taler-exchange-aggregator.
*
* @param argc number of arguments from the command line
* @param argv command line arguments
@@ -1595,9 +1595,9 @@ main (int argc,
{
struct GNUNET_GETOPT_CommandLineOption options[] = {
GNUNET_GETOPT_option_flag ('t',
- "test",
- "run in test mode and exit when idle",
- &test_mode),
+ "test",
+ "run in test mode and exit when idle",
+ &test_mode),
GNUNET_GETOPT_option_version (VERSION "-" VCS_VERSION),
GNUNET_GETOPT_OPTION_END
};