From 2dd837124cd405982b0fcfa0057a688e2f34ab9d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 12 Jan 2018 12:03:49 +0100 Subject: fix #5238 --- src/dht/gnunet-dht-get.c | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) (limited to 'src/dht/gnunet-dht-get.c') diff --git a/src/dht/gnunet-dht-get.c b/src/dht/gnunet-dht-get.c index e361df336..842ec6270 100644 --- a/src/dht/gnunet-dht-get.c +++ b/src/dht/gnunet-dht-get.c @@ -238,37 +238,32 @@ main (int argc, char *const *argv) { struct GNUNET_GETOPT_CommandLineOption options[] = { - + GNUNET_GETOPT_option_string ('k', "key", "KEY", gettext_noop ("the query key"), &query_key), - + GNUNET_GETOPT_option_uint ('r', - "replication", - "LEVEL", - gettext_noop ("how many parallel requests (replicas) to create"), - &replication), - - + "replication", + "LEVEL", + gettext_noop ("how many parallel requests (replicas) to create"), + &replication), GNUNET_GETOPT_option_uint ('t', - "type", - "TYPE", - gettext_noop ("the type of data to look for"), - &query_type), - + "type", + "TYPE", + gettext_noop ("the type of data to look for"), + &query_type), GNUNET_GETOPT_option_relative_time ('T', - "timeout", - "TIMEOUT", - gettext_noop ("how long to execute this query before giving up?"), - &timeout_request), - + "timeout", + "TIMEOUT", + gettext_noop ("how long to execute this query before giving up?"), + &timeout_request), GNUNET_GETOPT_option_flag ('x', - "demultiplex", - gettext_noop ("use DHT's demultiplex everywhere option"), - &demultixplex_everywhere), - + "demultiplex", + gettext_noop ("use DHT's demultiplex everywhere option"), + &demultixplex_everywhere), GNUNET_GETOPT_option_verbose (&verbose), GNUNET_GETOPT_OPTION_END }; -- cgit v1.2.3