mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
escape the hyphens in the console and web manpages
This commit is contained in:
parent
4c86ed7535
commit
0fbaecbc00
3 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
=== Deluge 1.2.0_rc4 (In Development) ===
|
=== Deluge 1.2.0_rc4 (In Development) ===
|
||||||
==== Web ====
|
==== Web ====
|
||||||
* Fix installing the deluge-web manpage
|
* Fix installing the deluge-web manpage
|
||||||
|
* Escape hyphens in the manpage
|
||||||
|
|
||||||
|
==== Console ====
|
||||||
|
* Escape hyphens in the manpage
|
||||||
|
|
||||||
=== Deluge 1.2.0_rc3 (01 November 2009) ===
|
=== Deluge 1.2.0_rc3 (01 November 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
|
|
|
@ -12,7 +12,7 @@ deluge-console - a bittorrent client curses interface
|
||||||
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge-console' being used to launch a console user-interface.
|
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge-console' being used to launch a console user-interface.
|
||||||
.br
|
.br
|
||||||
.P
|
.P
|
||||||
You can pass console commands directly from the command line, see `deluge-console --help` for a list of commands.
|
You can pass console commands directly from the command line, see `deluge-console \-\-help` for a list of commands.
|
||||||
Run multiple commands by separating them with a semi-colon (;).
|
Run multiple commands by separating them with a semi-colon (;).
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
|
@ -14,7 +14,7 @@ Deluge utilizes a client/server model, with 'deluged' being the daemon process a
|
||||||
.P
|
.P
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
See `deluge-web --help` for common options, the web specific options are:
|
See `deluge-web \-\-help` for common options, the web specific options are:
|
||||||
.TP
|
.TP
|
||||||
.B -p PORT, --port=PORT
|
.B -p PORT, --port=PORT
|
||||||
Sets the port to be used for the webserver
|
Sets the port to be used for the webserver
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue