aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-set-ibf-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-set-ibf-profiler.c')
-rw-r--r--src/set/gnunet-set-ibf-profiler.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/set/gnunet-set-ibf-profiler.c b/src/set/gnunet-set-ibf-profiler.c
index ac86a900d..70fafa1e1 100644
--- a/src/set/gnunet-set-ibf-profiler.c
+++ b/src/set/gnunet-set-ibf-profiler.c
@@ -246,31 +246,31 @@ main (int argc, char **argv)
246{ 246{
247 struct GNUNET_GETOPT_CommandLineOption options[] = { 247 struct GNUNET_GETOPT_CommandLineOption options[] = {
248 248
249 GNUNET_GETOPT_OPTION_SET_UINT ('A', 249 GNUNET_GETOPT_option_uint ('A',
250 "asize", 250 "asize",
251 NULL, 251 NULL,
252 gettext_noop ("number of element in set A-B"), 252 gettext_noop ("number of element in set A-B"),
253 &asize), 253 &asize),
254 254
255 GNUNET_GETOPT_OPTION_SET_UINT ('B', 255 GNUNET_GETOPT_option_uint ('B',
256 "bsize", 256 "bsize",
257 NULL, 257 NULL,
258 gettext_noop ("number of element in set B-A"), 258 gettext_noop ("number of element in set B-A"),
259 &bsize), 259 &bsize),
260 260
261 GNUNET_GETOPT_OPTION_SET_UINT ('C', 261 GNUNET_GETOPT_option_uint ('C',
262 "csize", 262 "csize",
263 NULL, 263 NULL,
264 gettext_noop ("number of common elements in A and B"), 264 gettext_noop ("number of common elements in A and B"),
265 &csize), 265 &csize),
266 266
267 GNUNET_GETOPT_OPTION_SET_UINT ('k', 267 GNUNET_GETOPT_option_uint ('k',
268 "hash-num", 268 "hash-num",
269 NULL, 269 NULL,
270 gettext_noop ("hash num"), 270 gettext_noop ("hash num"),
271 &hash_num), 271 &hash_num),
272 272
273 GNUNET_GETOPT_OPTION_SET_UINT ('s', 273 GNUNET_GETOPT_option_uint ('s',
274 "ibf-size", 274 "ibf-size",
275 NULL, 275 NULL,
276 gettext_noop ("ibf size"), 276 gettext_noop ("ibf size"),