From 5a7cef0202631204485cbcb1e36671e4321a936f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Mar 2017 21:25:44 +0100 Subject: rename GNUNET_GETOPT functions to achieve better consistency --- src/fs/gnunet-fs-profiler.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fs/gnunet-fs-profiler.c') diff --git a/src/fs/gnunet-fs-profiler.c b/src/fs/gnunet-fs-profiler.c index fb99d8f90..ac9f6777f 100644 --- a/src/fs/gnunet-fs-profiler.c +++ b/src/fs/gnunet-fs-profiler.c @@ -205,19 +205,19 @@ main (int argc, char *const *argv) { struct GNUNET_GETOPT_CommandLineOption options[] = { - GNUNET_GETOPT_OPTION_SET_UINT ('n', + GNUNET_GETOPT_option_uint ('n', "num-peers", "COUNT", gettext_noop ("run the experiment with COUNT peers"), &num_peers), - GNUNET_GETOPT_OPTION_STRING ('H', + GNUNET_GETOPT_option_string ('H', "hosts", "HOSTFILE", gettext_noop ("specifies name of a file with the HOSTS the testbed should use"), &host_filename), - GNUNET_GETOPT_OPTION_SET_RELATIVE_TIME ('t', + GNUNET_GETOPT_option_relative_time ('t', "timeout", "DELAY", gettext_noop ("automatically terminate experiment after DELAY"), -- cgit v1.2.3