summaryrefslogtreecommitdiff
path: root/src/exchange-tools/taler-exchange-wire.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-07 22:52:23 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-07 22:52:23 +0200
commite00370d4f528bcb38836153c2c1d3bc38a0eae4e (patch)
tree517d1fb757dcf9a68696fa7fe67de23b61f94680 /src/exchange-tools/taler-exchange-wire.c
parentd986269dae21c52321341e1980a464494a3fe87b (diff)
downloadexchange-e00370d4f528bcb38836153c2c1d3bc38a0eae4e.tar.gz
exchange-e00370d4f528bcb38836153c2c1d3bc38a0eae4e.tar.bz2
exchange-e00370d4f528bcb38836153c2c1d3bc38a0eae4e.zip
removing duplication of --help logic
Diffstat (limited to 'src/exchange-tools/taler-exchange-wire.c')
-rw-r--r--src/exchange-tools/taler-exchange-wire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-wire.c b/src/exchange-tools/taler-exchange-wire.c
index 22721a424..5bb4835de 100644
--- a/src/exchange-tools/taler-exchange-wire.c
+++ b/src/exchange-tools/taler-exchange-wire.c
@@ -72,7 +72,7 @@ main (int argc,
{'o', "output", "FILE",
"where to write the result", 1,
&GNUNET_GETOPT_set_filename, &output_filename},
- TALER_GETOPT_OPTION_HELP ("Setup /wire response"),
+ GNUNET_GETOPT_OPTION_HELP ("Setup /wire response"),
GNUNET_GETOPT_OPTION_VERSION (VERSION "-" VCS_VERSION),
GNUNET_GETOPT_OPTION_END
};