aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-pseudonym.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-pseudonym.c')
-rw-r--r--src/fs/gnunet-pseudonym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-pseudonym.c b/src/fs/gnunet-pseudonym.c
index 769b4239d..68a760867 100644
--- a/src/fs/gnunet-pseudonym.c
+++ b/src/fs/gnunet-pseudonym.c
@@ -341,7 +341,7 @@ main (int argc, char *const *argv)
341 0, &GNUNET_GETOPT_set_one, &no_remote_printing}, 341 0, &GNUNET_GETOPT_set_one, &no_remote_printing},
342 {'r', "replication", "LEVEL", 342 {'r', "replication", "LEVEL",
343 gettext_noop ("set the desired replication LEVEL"), 343 gettext_noop ("set the desired replication LEVEL"),
344 0, &GNUNET_GETOPT_set_uint, &bo.replication_level}, 344 1, &GNUNET_GETOPT_set_uint, &bo.replication_level},
345 {'R', "root", "ID", 345 {'R', "root", "ID",
346 gettext_noop 346 gettext_noop
347 ("specify ID of the root of the namespace"), 347 ("specify ID of the root of the namespace"),