arg
authorNathan S. Evans <evans@in.tum.de>
Fri, 10 Jun 2011 14:55:02 +0000 (14:55 +0000)
committerNathan S. Evans <evans@in.tum.de>
Fri, 10 Jun 2011 14:55:02 +0000 (14:55 +0000)
src/fs/gnunet-publish.c

index 57ddde32a3a23d0f093a585c8744805eaf8e889f..8c5d2fc3bc9ffe17c31ab15985c9c8a54623b89d 100644 (file)
@@ -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)"),