intermodal/man/imdl-torrent.1
Casey Rodarmor 727d5c1028
Fix Z Shell completions
The clap-generated zsh completion scripts use unescaped double-quoted
strings for the subocommand description text, which causes backtick
characters to be evaluated.

Remove backticks from the subcommand descriptions, to un-break the zsh
completion scripts.

type: fixed
pr: https://github.com/casey/intermodal/pull/365
2020-04-11 04:22:22 -07:00

38 lines
804 B
Groff

.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH IMDL-TORRENT "1" "April 2020" "Intermodal v0.1.4" "Intermodal Manual"
.SH NAME
\fBimdl\ torrent\fR
- Subcommands related to the BitTorrent protocol.
.SH "SYNOPSIS:"
.IP
imdl torrent <SUBCOMMAND>
.SH "FLAGS:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help message.
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version number.
.SH "SUBCOMMANDS:"
.TP
create
Create a .torrent file.
.TP
help
Prints this message or the help of the given subcommand(s)
.TP
link
Generate a magnet link from a .torrent file.
.TP
piece\-length
Display information about automatic piece length selection.
.TP
show
Display information about a .torrent file.
.TP
stats
Show statistics about a collection of .torrent files.
.TP
verify
Verify files against a .torrent file.