diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-31 16:49:11 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-31 16:49:11 +0000 |
commit | 255bb14309e03388deb41bd23458e29ebf17c2af (patch) | |
tree | 8a2d6acbc9ab956d4bde5d87475a964beafd2899 | |
parent | a338c903ca8d97a1e40f0b3d97731aedc70654a1 (diff) |
-clarify man page
-rw-r--r-- | doc/man/gnunet-download.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/gnunet-download.1 b/doc/man/gnunet-download.1 index f9cf9d1c94..759b3a9641 100644 --- a/doc/man/gnunet-download.1 +++ b/doc/man/gnunet-download.1 @@ -1,4 +1,4 @@ -.TH GNUNET-DOWNLOAD "1" "25 Feb 2012" "GNUnet" +.TH GNUNET-DOWNLOAD "1" "31 Jan 2016" "GNUnet" .SH NAME gnunet\-download \- a command line interface for downloading files from GNUnet .SH SYNOPSIS @@ -47,7 +47,7 @@ set the maximum number of parallel requests that is allowed. If multiple files .TP \fB\-R\fR, \fB\-\-recursive\fR -download directories recursively (and in parallel); note that the URI must belong to a GNUnet directory and that the filename given must end with a '/' \-\- otherwise, only the file corresponding to the URI will be downloaded. Note that in addition to using '\-R', you must also specify a filename ending in '.gnd' so that the code realizes that the top-level file is a directory (since we have no meta data). +download directories recursively (and in parallel). Note that the URI must belong to a GNUnet directory and that the filename given to "\-o" must end in '.gnd' \-\- otherwise, you will receive an error. You may want to use "DIRNAME/.gnd" for the filename, this way a directory "DIRNAME/" will be created, and GNUnet's internal directory information will be stored in "DIRNAME/.gnd". However, it is also possible to specify "DIRNAME.gnd", in which case the files from the directory will end up in "DIRNAME/", while GNUnet's directory meta data will be in "DIRNAME.gnd". .TP \fB\-v\fR, \fB\-\-version\fR |