Module: deluge Branch: master Commit: fd9dc2d8920ac03c57355dcf07a2cb3740a7a572
Author: Damien Churchill <[email protected]> Date: Sat Mar 20 12:41:51 2010 +0000 add the new command line switches that deluge-web has --- docs/man/deluge-web.1 | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/docs/man/deluge-web.1 b/docs/man/deluge-web.1 index abb1f18..a1e2371 100644 --- a/docs/man/deluge-web.1 +++ b/docs/man/deluge-web.1 @@ -16,9 +16,18 @@ Deluge utilizes a client/server model, with 'deluged' being the daemon process a .SH OPTIONS See `deluge-web \-\-help` for common options, the web specific options are: .TP +.B -b BASE, --base=BASE +Set the base path that the ui is running on (proxying) +.TP +.B -f, --fork +Fork the web interface process into the background +.TP .B -p PORT, --port=PORT Sets the port to be used for the webserver .TP +.B --profile +Profile the webserver code +.TP .B --no-ssl Forces the webserver to disable ssl .TP -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
