Skip to content

Commit

Permalink
Added manpage for magic-wormhole (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Geiger <[email protected]>
  • Loading branch information
werdahias and werdahias authored Jul 5, 2024
1 parent 420f152 commit 94b32d1
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions wormhole.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
.TH WORMHOLE-RS "1" "May 2024" "wormhole-rs 0.6.1" "User Commands"
.SH NAME
wormhole-rs \- manual page for wormhole-rs 0.6.1
.SH DESCRIPTION
wormhole\-rs 0.6.1
.SS "USAGE:"
.IP
wormhole\-rs [OPTIONS] <SUBCOMMAND>
.SS "OPTIONS:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Print this help message
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Enable logging to stdout, for debugging purposes
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version information
.SS "SUBCOMMANDS:"
.TP
forward
Forward ports from one machine to another
.TP
receive
Receive a file or a folder [aliases: rx]
.TP
send
Send a file or a folder [aliases: tx]
.TP
send\-many
Send a file to many recipients. READ HELP PAGE FIRST!
.PP
Run a subcommand with `\-\-help` to know how it's used.
To send files, use `wormhole send <PATH>`.
To receive files, use `wormhole receive <CODE>`.
.SH AUTHOR
.TP
Matthias Geiger <[email protected]>
.SH COPYRIGHT
.PP
Copyright \[co] 2024 Matthias Geiger
.PP
This manual page was written for the Debian system (and may be used by
others).
.PP
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU General Public License, Version 3 or (at your
option) any later version published by the Free Software Foundation.

0 comments on commit 94b32d1

Please sign in to comment.