diff options
author | cbdev <cb@cbcdn.com> | 2019-12-05 19:48:40 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-05 19:48:40 +0100 |
commit | d8d636901b43a4b94bc54052b3fb26517d48e055 (patch) | |
tree | ffb15a752f2b4d81ec5bfeded631fc987330d084 | |
parent | 9c37eddad24eb7e9bbc9aae723b3a992ec5b4c97 (diff) | |
download | midimonster-d8d636901b43a4b94bc54052b3fb26517d48e055.tar.gz midimonster-d8d636901b43a4b94bc54052b3fb26517d48e055.tar.bz2 midimonster-d8d636901b43a4b94bc54052b3fb26517d48e055.zip |
Create basic manpage (Fixes #38)
-rw-r--r-- | midimonster.1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/midimonster.1 b/midimonster.1 new file mode 100644 index 0000000..8e97109 --- /dev/null +++ b/midimonster.1 @@ -0,0 +1,18 @@ +.TH MIDIMONSTER 8 "December 2019" +.SH NAME +midimonster \- Multi-protocol translation tool +.SH SYNOPSIS +.B midimonster +.I config-file +.SH DESCRIPTION +.B MIDIMonster +allows the user to translate any channel on one supported protocol into channel(s) +on any other (or the same) supported protocol. +.SH OPTIONS +.TP +.I config-file +The configuration file to read. If not specified, a default configuration file is read. +.SH "SEE ALSO" +Online documentation and repository at https://github.com/cbdevnet/midimonster +.SH AUTHOR +Fabian "cbdev" Stumpf <fjs at fabianstumpf dot de> |