mirror of
https://github.com/transmission/transmission
synced 2025-01-31 11:23:40 +00:00
(daemon) #1047: man page inconsistencies
This commit is contained in:
parent
751c166e9f
commit
64fc8fe2d2
3 changed files with 1 additions and 4 deletions
|
@ -216,7 +216,7 @@ session_init( const char * configDir, const char * downloadDir,
|
|||
static void
|
||||
daemonUsage( void )
|
||||
{
|
||||
puts( "usage: " MY_NAME " [-dfh] [-p file] [-s file]\n"
|
||||
puts( "Usage: " MY_NAME " [options]\n"
|
||||
"\n"
|
||||
"Transmission "LONG_VERSION_STRING" http://www.transmissionbt.com/\n"
|
||||
"A fast and easy BitTorrent client\n"
|
||||
|
|
|
@ -199,7 +199,6 @@ readargs( int argc, char ** argv )
|
|||
fields = TR_RPC_TORRENT_FIELD_ID
|
||||
| TR_RPC_TORRENT_FIELD_ACTIVITY;
|
||||
tr_bencDictAddInt( args, "fields", fields );
|
||||
/*tr_bencDictAddStr( args, "sort", "name" );*/
|
||||
break;
|
||||
case 'm': tr_bencDictAddStr( &top, "method", "session-set" );
|
||||
tr_bencDictAddInt( args, "port-forwarding-enabled", 1 );
|
||||
|
|
|
@ -19,13 +19,11 @@ and
|
|||
.Op Fl e
|
||||
.Op Fl E
|
||||
.Op Fl f Ar directory
|
||||
.Op Fl i
|
||||
.Op Fl l
|
||||
.Op Fl m
|
||||
.Op Fl M
|
||||
.Op Fl p Ar port
|
||||
.Op Fl t Ar user:pass
|
||||
.Op Fl q
|
||||
.Oo
|
||||
.Fl r Ar all | Ar id | Ar hash
|
||||
.Oc
|
||||
|
|
Loading…
Reference in a new issue