(daemon) #5260 'conflicting documentation for -w argument': fixed.

This commit is contained in:
Jordan Lee 2013-01-27 18:19:52 +00:00
parent 3e7ef0c4dd
commit 52fcd9d4e7
3 changed files with 4 additions and 4 deletions

2
NEWS
View File

@ -43,6 +43,8 @@
#5215 fix a transmission-cli regression from 2.76
#5248 'fails to create torrent with multiple trackers'
#5249 'error parsing json in some locales'
#5259 minor memory leak in tr_torrentDeleteLocalData()
#5260 improved documentation for -w argument in transmission-remote
=== Transmission 2.76 (2013/01/08) ===

View File

@ -306,7 +306,7 @@ static tr_option opts[] =
{ 831, "no-utp", "Disable uTP for peer connections", NULL, 0, NULL },
{ 'v', "verify", "Verify the current torrent(s)", "v", 0, NULL },
{ 'V', "version", "Show version number and exit", "V", 0, NULL },
{ 'w', "download-dir", "When adding a new torrent, set its download folder. Otherwise, set the default download folder", "w", 1, "<path>" },
{ 'w', "download-dir", "When used in conjunction with --add, set the new torrent's download folder. Otherwise, set the default download folder", "w", 1, "<path>" },
{ 'x', "pex", "Enable peer exchange (PEX)", "x", 0, NULL },
{ 'X', "no-pex", "Disable peer exchange (PEX)", "X", 0, NULL },
{ 'y', "lpd", "Enable local peer discovery (LPD)", "y", 0, NULL },

View File

@ -292,9 +292,7 @@ Verify the current torrent(s)
.It Fl V Fl -version
Show version number and exit
.It Fl w Fl -download-dir Ar directory
Use
.Ar directory
as the default location for newly added torrents to download files to.
When used in conjunction with --add, set the new torrent's download folder. Otherwise, set the default download folder.
.It Fl x Fl -pex
Enable peer exchange (PEX).
.It Fl X Fl -no-pex