aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index 29f77193d..9829bbf0d 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -278,19 +278,19 @@ main (int argc, char *const *argv)
278{ 278{
279 struct GNUNET_GETOPT_CommandLineOption options[] = { 279 struct GNUNET_GETOPT_CommandLineOption options[] = {
280 280
281 GNUNET_GETOPT_OPTION_SET_UINT ('p', 281 GNUNET_GETOPT_option_uint ('p',
282 "num-peers", 282 "num-peers",
283 "COUNT", 283 "COUNT",
284 gettext_noop ("create COUNT number of peers"), 284 gettext_noop ("create COUNT number of peers"),
285 &num_peers), 285 &num_peers),
286 286
287 GNUNET_GETOPT_OPTION_SET_UINT ('e', 287 GNUNET_GETOPT_option_uint ('e',
288 "num-errors", 288 "num-errors",
289 "COUNT", 289 "COUNT",
290 gettext_noop ("tolerate COUNT number of continious timeout failures"), 290 gettext_noop ("tolerate COUNT number of continious timeout failures"),
291 &num_cont_fails), 291 &num_cont_fails),
292 292
293 GNUNET_GETOPT_OPTION_SET_ONE ('n', 293 GNUNET_GETOPT_option_flag ('n',
294 "non-interactive", 294 "non-interactive",
295 gettext_noop ("run profiler in non-interactive mode where upon " 295 gettext_noop ("run profiler in non-interactive mode where upon "
296 "testbed setup the profiler does not wait for a " 296 "testbed setup the profiler does not wait for a "
@@ -299,7 +299,7 @@ main (int argc, char *const *argv)
299 &noninteractive), 299 &noninteractive),
300 300
301#if !ENABLE_SUPERMUC 301#if !ENABLE_SUPERMUC
302 GNUNET_GETOPT_OPTION_STRING ('H', 302 GNUNET_GETOPT_option_string ('H',
303 "hosts", 303 "hosts",
304 "FILENAME", 304 "FILENAME",
305 gettext_noop ("name of the file with the login information for the testbed"), 305 gettext_noop ("name of the file with the login information for the testbed"),