aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-pseudonym.16
-rw-r--r--doc/man/gnunet-publish.14
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/man/gnunet-pseudonym.1 b/doc/man/gnunet-pseudonym.1
index 30e7c4145..5d3c41b62 100644
--- a/doc/man/gnunet-pseudonym.1
+++ b/doc/man/gnunet-pseudonym.1
@@ -55,7 +55,11 @@ Set the priority of the namespace advertisement (default: 365). If the local da
55Do not print the list of pseudonyms (only perform create or delete operation). 55Do not print the list of pseudonyms (only perform create or delete operation).
56 56
57.TP 57.TP
58\fB\-r IDENTIFIER\fR, \fB\-\-root=IDENTIFIER\fR 58\fB\-r \fILEVEL\fR, \fB\-\-replication=\fILEVEL\fR
59Set the desired replication level. If CONTENT_PUSHING is set to YES, GNUnet will push each block (for the file) LEVEL times to other peers before doing nomral "random" replication of all content. This option can be used to push some content out into the network harder. Note that pushing content LEVEL times into the network does not guarantee that there will actually be LEVEL replicas.
60
61.TP
62\fB\-R IDENTIFIER\fR, \fB\-\-root=IDENTIFIER\fR
59Specify the identifier for the root of the namespace. Used in the namespace advertisement to tell users that find the namespace advertisement about an entry\-point into the namespace (use with \-C). Advertisements are only created if "\-C" and "\-r" are specified. 63Specify the identifier for the root of the namespace. Used in the namespace advertisement to tell users that find the namespace advertisement about an entry\-point into the namespace (use with \-C). Advertisements are only created if "\-C" and "\-r" are specified.
60 64
61.TP 65.TP
diff --git a/doc/man/gnunet-publish.1 b/doc/man/gnunet-publish.1
index df2059629..22bd4ae74 100644
--- a/doc/man/gnunet-publish.1
+++ b/doc/man/gnunet-publish.1
@@ -78,6 +78,10 @@ Set the priority of the published content (default: 365). If the local database
78For the top\-level directory or file, create an SBlock that places the file into the namespace specified by the pseudonym NAME. 78For the top\-level directory or file, create an SBlock that places the file into the namespace specified by the pseudonym NAME.
79 79
80.TP 80.TP
81\fB\-r \fILEVEL\fR, \fB\-\-replication=\fILEVEL\fR
82Set the desired replication level. If CONTENT_PUSHING is set to YES, GNUnet will push each block (for the file) LEVEL times to other peers before doing nomral "random" replication of all content. This option can be used to push some content out into the network harder. Note that pushing content LEVEL times into the network does not guarantee that there will actually be LEVEL replicas.
83
84.TP
81\fB\-s\fR, \fB\-\-simulate-only\fR 85\fB\-s\fR, \fB\-\-simulate-only\fR
82When this option is used, gnunet\-publish will not actually publish the file but just simulate what would be done. This can be used to compute the GNUnet URI for a file without actually sharing it. 86When this option is used, gnunet\-publish will not actually publish the file but just simulate what would be done. This can be used to compute the GNUnet URI for a file without actually sharing it.
83 87