summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-wirewatch.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-08-03 18:40:16 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-08-03 18:40:16 +0200
commite52b6fc24c3ec9bf0cccbebc416413cf20484f79 (patch)
tree6ea27accb319be5f829746e72582dbe61643a521 /src/exchange/taler-exchange-wirewatch.c
parent59b817cafdc1eeecffdce3667ad52d5c648b43e4 (diff)
downloadexchange-e52b6fc24c3ec9bf0cccbebc416413cf20484f79.tar.gz
exchange-e52b6fc24c3ec9bf0cccbebc416413cf20484f79.tar.bz2
exchange-e52b6fc24c3ec9bf0cccbebc416413cf20484f79.zip
document unit in --help text
Diffstat (limited to 'src/exchange/taler-exchange-wirewatch.c')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index cfcd74676..e2011e029 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -982,7 +982,7 @@ main (int argc,
GNUNET_GETOPT_option_relative_time ('f',
"longpoll-timeout",
"DELAY",
- "what is the timeout when asking the bank about new transactions",
+ "what is the timeout when asking the bank about new transactions, specify with unit (e.g. --longpoll-timeout=30s)",
&longpoll_timeout),
GNUNET_GETOPT_option_flag ('I',
"ignore-not-found",