aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-06-10 14:55:02 +0000
committerNathan S. Evans <evans@in.tum.de>2011-06-10 14:55:02 +0000
commit6183502db26a026162c53eac92611890962cfedd (patch)
treebd25cd76c0c1d73408a47e03ede1b45c5791b3a8 /src/fs
parent569b8f3bc3c2e4f076f5ddf8ff4045b52775b8f9 (diff)
downloadgnunet-6183502db26a026162c53eac92611890962cfedd.tar.gz
gnunet-6183502db26a026162c53eac92611890962cfedd.zip
arg
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 57ddde32a..8c5d2fc3b 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -667,7 +667,7 @@ main (int argc, char *const *argv)
667 1, &GNUNET_GETOPT_set_string, &pseudonym}, 667 1, &GNUNET_GETOPT_set_string, &pseudonym},
668 {'r', "replication", "LEVEL", 668 {'r', "replication", "LEVEL",
669 gettext_noop ("set the desired replication LEVEL"), 669 gettext_noop ("set the desired replication LEVEL"),
670 0, &GNUNET_GETOPT_set_uint, &bo.replication_level}, 670 1, &GNUNET_GETOPT_set_uint, &bo.replication_level},
671 {'s', "simulate-only", NULL, 671 {'s', "simulate-only", NULL,
672 gettext_noop ("only simulate the process but do not do any " 672 gettext_noop ("only simulate the process but do not do any "
673 "actual publishing (useful to compute URIs)"), 673 "actual publishing (useful to compute URIs)"),