aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.1
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-08 17:12:03 +0100
committercbdev <cb@cbcdn.com>2020-03-08 17:12:03 +0100
commite0000797c80789d9d4559bb5264b982c187e1137 (patch)
tree746a063886aa0a3e51a21ce83bc8e2189d6adcd9 /midimonster.1
parent8558c3acef273833d7366e1af3659514fff9c942 (diff)
parent5f4b349aff49be0a5f6895631a93c47fcafcff93 (diff)
downloadmidimonster-e0000797c80789d9d4559bb5264b982c187e1137.tar.gz
midimonster-e0000797c80789d9d4559bb5264b982c187e1137.tar.bz2
midimonster-e0000797c80789d9d4559bb5264b982c187e1137.zip
Merge branch 'master' into debian/master
Diffstat (limited to 'midimonster.1')
-rw-r--r--midimonster.124
1 files changed, 24 insertions, 0 deletions
diff --git a/midimonster.1 b/midimonster.1
index 131ed44..44c414e 100644
--- a/midimonster.1
+++ b/midimonster.1
@@ -4,6 +4,12 @@ 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)
@@ -12,7 +18,25 @@ on any other (or the same) supported protocol.
.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>