diff options
Diffstat (limited to 'doc/lv2info.1')
-rw-r--r-- | doc/lv2info.1 | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/doc/lv2info.1 b/doc/lv2info.1 index dac2f2c..b596506 100644 --- a/doc/lv2info.1 +++ b/doc/lv2info.1 @@ -1,7 +1,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH LV2_INSPECT 1 "4 May 2009" +.TH LV2INFO 1 "8 Jan 2012" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -15,14 +15,30 @@ .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME -.B lv2info \- print information about an LV2 plugin in human-readable form. +.B lv2info \- print information about an installed LV2 plugin. .SH SYNOPSIS .B lv2info PLUGIN_URI +.SH OPTIONS +.TP +\fB\-p FILE +Write Turtle description of plugin to FILE + +.TP +\fB\-m FILE +Add record of plugin to manifest FILE + +.TP +\fB\-\-help\fR +Display help and exit + +.TP +\fB\-\-version\fR +Display version information and exit + .SH SEE ALSO .BR lilv(3), -.BR lv2_list(1), -.BR lv2_jack_host(1), +.BR lv2ls(1) .SH AUTHOR lv2info was written by David Robillard <d@drobilla.net> |