aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-pseudonym.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-04 22:04:00 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-04 22:04:00 +0000
commit0663125e0f41ee120736944ef153074f6251b957 (patch)
tree975543b6194c87b076547f63d8c344b87e21e75a /src/fs/gnunet-pseudonym.c
parent4b78e6983509f2078c4f52888187436c0a7b6aeb (diff)
downloadgnunet-0663125e0f41ee120736944ef153074f6251b957.tar.gz
gnunet-0663125e0f41ee120736944ef153074f6251b957.zip
bugfixes, more tests
Diffstat (limited to 'src/fs/gnunet-pseudonym.c')
-rw-r--r--src/fs/gnunet-pseudonym.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-pseudonym.c b/src/fs/gnunet-pseudonym.c
index b0b53c925..e7b2bb8dd 100644
--- a/src/fs/gnunet-pseudonym.c
+++ b/src/fs/gnunet-pseudonym.c
@@ -343,12 +343,12 @@ static struct GNUNET_GETOPT_CommandLineOption options[] = {
343 ("add an additional keyword for the advertisment" 343 ("add an additional keyword for the advertisment"
344 " (this option can be specified multiple times)"), 344 " (this option can be specified multiple times)"),
345 1, &GNUNET_FS_getopt_set_keywords, &ksk_uri}, 345 1, &GNUNET_FS_getopt_set_keywords, &ksk_uri},
346 {'l', "local-only", NULL,
347 gettext_noop ("print names of local namespaces"),
348 0, &GNUNET_GETOPT_set_one, &print_local_only},
349 {'m', "meta", "TYPE:VALUE", 346 {'m', "meta", "TYPE:VALUE",
350 gettext_noop ("set the meta-data for the given TYPE to the given VALUE"), 347 gettext_noop ("set the meta-data for the given TYPE to the given VALUE"),
351 1, &GNUNET_FS_getopt_set_metadata, &adv_metadata}, 348 1, &GNUNET_FS_getopt_set_metadata, &adv_metadata},
349 {'o', "only-local", NULL,
350 gettext_noop ("print names of local namespaces"),
351 0, &GNUNET_GETOPT_set_one, &print_local_only},
352 {'p', "priority", "PRIORITY", 352 {'p', "priority", "PRIORITY",
353 gettext_noop ("use the given PRIORITY for the advertisments"), 353 gettext_noop ("use the given PRIORITY for the advertisments"),
354 1, &GNUNET_GETOPT_set_uint, &priority}, 354 1, &GNUNET_GETOPT_set_uint, &priority},