Skip to content

Commit 94b32d1

Browse files
authored
Added manpage for magic-wormhole (#226)
Co-authored-by: Matthias Geiger <[email protected]>
1 parent 420f152 commit 94b32d1

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

wormhole.1

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
.TH WORMHOLE-RS "1" "May 2024" "wormhole-rs 0.6.1" "User Commands"
2+
.SH NAME
3+
wormhole-rs \- manual page for wormhole-rs 0.6.1
4+
.SH DESCRIPTION
5+
wormhole\-rs 0.6.1
6+
.SS "USAGE:"
7+
.IP
8+
wormhole\-rs [OPTIONS] <SUBCOMMAND>
9+
.SS "OPTIONS:"
10+
.TP
11+
\fB\-h\fR, \fB\-\-help\fR
12+
Print this help message
13+
.TP
14+
\fB\-v\fR, \fB\-\-verbose\fR
15+
Enable logging to stdout, for debugging purposes
16+
.TP
17+
\fB\-V\fR, \fB\-\-version\fR
18+
Print version information
19+
.SS "SUBCOMMANDS:"
20+
.TP
21+
forward
22+
Forward ports from one machine to another
23+
.TP
24+
receive
25+
Receive a file or a folder [aliases: rx]
26+
.TP
27+
send
28+
Send a file or a folder [aliases: tx]
29+
.TP
30+
send\-many
31+
Send a file to many recipients. READ HELP PAGE FIRST!
32+
.PP
33+
Run a subcommand with `\-\-help` to know how it's used.
34+
To send files, use `wormhole send <PATH>`.
35+
To receive files, use `wormhole receive <CODE>`.
36+
.SH AUTHOR
37+
.TP
38+
Matthias Geiger <[email protected]>
39+
.SH COPYRIGHT
40+
.PP
41+
Copyright \[co] 2024 Matthias Geiger
42+
.PP
43+
This manual page was written for the Debian system (and may be used by
44+
others).
45+
.PP
46+
Permission is granted to copy, distribute and/or modify this document
47+
under the terms of the GNU General Public License, Version 3 or (at your
48+
option) any later version published by the Free Software Foundation.

0 commit comments

Comments
 (0)