mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
fix error in the cli manpage
This commit is contained in:
parent
5daf7d4938
commit
2d4793f281
1 changed files with 6 additions and 8 deletions
|
@ -24,24 +24,24 @@
|
|||
.Bk -words
|
||||
.Fl h
|
||||
.Nm
|
||||
.Op Fl v Ar [level]
|
||||
.Op Fl v Ar level
|
||||
.Fl i
|
||||
.Ar torrent-file
|
||||
.Nm
|
||||
.Op Fl v Ar [level]
|
||||
.Op Fl v Ar level
|
||||
.Fl s
|
||||
.Ar torrent-file
|
||||
.Nm
|
||||
.Op Fl v Ar [level]
|
||||
.Op Fl v Ar level
|
||||
.Op Fl p Ar port
|
||||
.Op Fl d Ar download-rate
|
||||
.Op Fl u Ar upload-rate
|
||||
.Op Fl f Ar script
|
||||
.Op Fl o Ar output-dir
|
||||
.Op Fl n
|
||||
.Ar torrent-file
|
||||
.Op Ar output-dir
|
||||
.Nm
|
||||
.Op Fl v Ar [level]
|
||||
.Op Fl v Ar level
|
||||
.Fl c Ar source-file
|
||||
.Fl a Ar announce-url
|
||||
.Op Fl p Ar port
|
||||
|
@ -73,12 +73,10 @@ Prints a short usage summary.
|
|||
Shows information from the specified torrent file, such as the
|
||||
cryptographic hash, the tracker, announcement, file size and file
|
||||
name.
|
||||
.It Fl o, Fl -output-dir Ar directory
|
||||
Uses the specified directory as destination for downloaded data.
|
||||
.It Fl s, -scrape
|
||||
Prints the number of seeders and leechers for the specified torrent
|
||||
file, and exits.
|
||||
.It Fl v, -verbose Ar [level]
|
||||
.It Fl v, -verbose Ar level
|
||||
Sets debugging options. You can use both many -v flags, or a -v level. The current available levels are 0-2, with the highest
|
||||
level producing the most output. The default is 0.
|
||||
.It Fl n, Fl -nat-traversal
|
||||
|
|
Loading…
Reference in a new issue