diff options
author | David Robillard <d@drobilla.net> | 2017-02-18 17:59:05 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-02-18 17:59:05 +0100 |
commit | dfb2415e7a8f36ef7ff635d7410dc83d391eaf26 (patch) | |
tree | 7c8b015ae8a86509ef49abd2a1c23de8b9903c5e /doc | |
parent | 0b587a635b966bee3569fbd5569b091827e33ceb (diff) | |
download | jalv-dfb2415e7a8f36ef7ff635d7410dc83d391eaf26.tar.gz jalv-dfb2415e7a8f36ef7ff635d7410dc83d391eaf26.tar.bz2 jalv-dfb2415e7a8f36ef7ff635d7410dc83d391eaf26.zip |
Fix misleading and incomplete man page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jalv.1 | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.TH JALV 1 "10 Oct 2015" +.TH JALV 1 "18 Feb 2017" .SH NAME .B jalv \- Run an LV2 plugin as a JACK application (console version). @@ -13,7 +13,7 @@ Print the command line options. .TP -\fB\-c\fR +\fB\-p\fR Print control output changes to stdout. .TP @@ -46,6 +46,14 @@ Print trace messages from plugin \fB\-b SIZE\fR Buffer size for plugin <=> UI communication. +.TP +\fB\-n NAME\fR +Jack client name + +.TP +\fB\-x\fR +Use only exact Jack client name, and exit if it is taken + .SH "SEE ALSO" .BR jalv.gtk(1), .BR jalv.gtkmm(1), |