aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-dht-put.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dht/gnunet-dht-put.c b/src/dht/gnunet-dht-put.c
index 55644a94c..bf88e5ded 100644
--- a/src/dht/gnunet-dht-put.c
+++ b/src/dht/gnunet-dht-put.c
@@ -244,10 +244,7 @@ main (int argc, char *const *argv)
244 gettext_noop ("the type to insert data as"), 244 gettext_noop ("the type to insert data as"),
245 &query_type), 245 &query_type),
246 246
247 GNUNET_GETOPT_OPTION_SET_ONE ('V', 247 GNUNET_GETOPT_OPTION_VERBOSE (&verbose),
248 "verbose",
249 gettext_noop ("be verbose (print progress information)"),
250 &verbose),
251 248
252 GNUNET_GETOPT_OPTION_END 249 GNUNET_GETOPT_OPTION_END
253 }; 250 };