diff options
Diffstat (limited to 'doc/man/gnunet-download-manager.1')
-rw-r--r-- | doc/man/gnunet-download-manager.1 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/man/gnunet-download-manager.1 b/doc/man/gnunet-download-manager.1 new file mode 100644 index 0000000..844f810 --- /dev/null +++ b/doc/man/gnunet-download-manager.1 @@ -0,0 +1,24 @@ +.TH GNUNET-DOWNLOAD-MANAGER 1 "15 Jan, 2011" "GNUnet" + +.SH NAME +gnunet-download-manager \- manage downloads across sessions + +.SH SYNOPSIS +.B gnunet\-download\-manager +.RI [ options ] +.br + +.SH DESCRIPTION +\fBgnunet\-download\-manager\fP is a script that can be used to track download sessions. It makes the process of resuming downloads after a system reboot easier. A typical use is to define an alias (depending on your shell) of the form + +$ alias gnunet\-download='gnunet\-download\-manager.scm download' + +Other commands for the download manager include resume (resumes all downloads), status (show status of pending downloads), killall (abort all downloads), settings (for configuration) and help (print help text). + +gnunet\-download\-manager is a scheme script and will only work if guile is available. + +.SH BUGS +Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> + +.SH SEE ALSO +gnunet\-download(1) |