diff options
author | cbdev <cb@cbcdn.com> | 2021-06-21 22:15:15 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-06-21 22:15:15 +0200 |
commit | a743153aafffb38a6d8765d1f1c634dde51d5558 (patch) | |
tree | 3cbc9910e5216953b16cf26c98751fbb370e3b54 /assets/midimonster.1 | |
parent | 921ce069a4770fbadad7bb4e806361e857469409 (diff) | |
download | midimonster-a743153aafffb38a6d8765d1f1c634dde51d5558.tar.gz midimonster-a743153aafffb38a6d8765d1f1c634dde51d5558.tar.bz2 midimonster-a743153aafffb38a6d8765d1f1c634dde51d5558.zip |
Repository cleanup, part 2
Diffstat (limited to 'assets/midimonster.1')
-rw-r--r-- | assets/midimonster.1 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/assets/midimonster.1 b/assets/midimonster.1 new file mode 100644 index 0000000..44c414e --- /dev/null +++ b/assets/midimonster.1 @@ -0,0 +1,42 @@ +.TH MIDIMONSTER 1 "December 2019" +.SH NAME +midimonster \- Multi-protocol translation tool +.SH SYNOPSIS +.B midimonster +.I config-file +.RB [ "-i" +.IR instance.option=value ] +.RB [ "-b" +.IR backend.option=value ] + +.B midimonster -v +.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. + +.TP +.BI "-i " instance.option=value +Supply an additional instance configuration option +.IR option " for " instance "." +Command-line overrides are applied when the instance is first mentioned in the configuration file. + +.TP +.BI "-b " backend.option=value +Supply an additional backend configuration option +.IR option " to " backend "." +Command-line overrides are applied when the backend is first mentioned in the configuration file. + +.B -v +Display version information +.SH "SEE ALSO" +Online documentation and repository at https://github.com/cbdevnet/midimonster + +For more and in-depth information see the homepage at https://midimonster.net/ +as well as the knowledge base at https://kb.midimonster.net/ +.SH AUTHOR +Fabian "cbdev" Stumpf <fjs at fabianstumpf dot de> |