From 6183502db26a026162c53eac92611890962cfedd Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 10 Jun 2011 14:55:02 +0000 Subject: [PATCH] arg --- src/fs/gnunet-publish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) 1, &GNUNET_GETOPT_set_string, &pseudonym}, {'r', "replication", "LEVEL", gettext_noop ("set the desired replication LEVEL"), - 0, &GNUNET_GETOPT_set_uint, &bo.replication_level}, + 1, &GNUNET_GETOPT_set_uint, &bo.replication_level}, {'s', "simulate-only", NULL, gettext_noop ("only simulate the process but do not do any " "actual publishing (useful to compute URIs)"), -- 2.25.1