diff --git a/daemon/daemon.c b/daemon/daemon.c index 4c76aee45..ee9017843 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -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" diff --git a/daemon/remote.c b/daemon/remote.c index a9199c3f3..a9607ab2d 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -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 ); diff --git a/daemon/transmission-remote.1 b/daemon/transmission-remote.1 index 13ebcd42c..ee0dbf132 100644 --- a/daemon/transmission-remote.1 +++ b/daemon/transmission-remote.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