mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
minor tweaks.
This commit is contained in:
parent
f9f8e18865
commit
52db6baa7a
2 changed files with 16 additions and 11 deletions
|
@ -7,7 +7,7 @@
|
||||||
* This exemption does not extend to derived works not owned by
|
* This exemption does not extend to derived works not owned by
|
||||||
* the Transmission project.
|
* the Transmission project.
|
||||||
*
|
*
|
||||||
* $Id:$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -159,7 +159,7 @@ daemonUsage( void )
|
||||||
" -f --foreground Run in the foreground and log to stderr\n"
|
" -f --foreground Run in the foreground and log to stderr\n"
|
||||||
" -g --config-dir <dir> Where to look for torrents and daemon-config.benc\n"
|
" -g --config-dir <dir> Where to look for torrents and daemon-config.benc\n"
|
||||||
" -h --help Display this message and exit\n"
|
" -h --help Display this message and exit\n"
|
||||||
" -p --port n Port to listen to for requests (Default: "TR_DEFAULT_RPC_PORT_STR")\n"
|
" -p --port n Port to listen to for requests (Default: "TR_DEFAULT_RPC_PORT_STR")\n"
|
||||||
"\n"
|
"\n"
|
||||||
MY_NAME" is a headless Transmission session\n"
|
MY_NAME" is a headless Transmission session\n"
|
||||||
"that can be controlled via transmission-remote or Clutch.\n" );
|
"that can be controlled via transmission-remote or Clutch.\n" );
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
.Dd May 19, 2008
|
.Dd May 19, 2008
|
||||||
.Dt TRANSMISSION-DAEMON 1
|
.Dt TRANSMISSION-DAEMON 1
|
||||||
.Os
|
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm transmission-daemon
|
.Nm transmission-daemon
|
||||||
.Nd a bittorrent client
|
.Nd a bittorrent client
|
||||||
|
@ -24,14 +24,14 @@
|
||||||
.Op Fl g Ar directory
|
.Op Fl g Ar directory
|
||||||
.Op Fl p Ar port
|
.Op Fl p Ar port
|
||||||
.Ek
|
.Ek
|
||||||
|
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
|
||||||
.Nm
|
.Nm
|
||||||
program is a daemon-based Transmission session that can be controlled
|
is a daemon-based Transmission session that can be controlled
|
||||||
via RPC commands by
|
via RPC commands from
|
||||||
.Xr transmission-remote 1
|
.Xr transmission-remote 1
|
||||||
or
|
or
|
||||||
.Xr Clutch 1
|
.Xr Clutch 1 .
|
||||||
.Pp
|
.Pp
|
||||||
The options are as follows:
|
The options are as follows:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
|
@ -54,18 +54,23 @@ Print command-line option descriptions.
|
||||||
Port to open and listen for RPC requests on. Default: 9091
|
Port to open and listen for RPC requests on. Default: 9091
|
||||||
.El
|
.El
|
||||||
|
|
||||||
|
.Sh ENVIRONMENT
|
||||||
|
.Bl -tag -width Fl
|
||||||
|
.It Ev TRANSMISSION_HOME
|
||||||
|
Sets the default config-dir.
|
||||||
|
.El
|
||||||
|
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Pa ~/.transmission
|
.Pa ~/.config/transmission-daemon
|
||||||
|
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An -nosplit
|
.An -nosplit
|
||||||
The
|
|
||||||
.Nm
|
|
||||||
program was written by
|
|
||||||
.An Charles Kerr ,
|
.An Charles Kerr ,
|
||||||
.An Josh Elsasser ,
|
.An Josh Elsasser ,
|
||||||
.An Eric Petit ,
|
.An Eric Petit ,
|
||||||
and
|
and
|
||||||
.An Mitchell Livingston .
|
.An Mitchell Livingston .
|
||||||
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr transmissioncli 1 ,
|
.Xr transmissioncli 1 ,
|
||||||
.Xr transmission 1 ,
|
.Xr transmission 1 ,
|
||||||
|
|
Loading…
Reference in a new issue