diff options
author | David Robillard <d@drobilla.net> | 2012-01-17 20:27:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-17 20:27:03 +0000 |
commit | a4a66c90b50a1fae1e302f1826a7f6d500984b2e (patch) | |
tree | 262d022f8c230fd8aa3fd475f04eb568eb0e4af2 /doc | |
parent | 3bc7123592b31535567ed1e643d2e6a73d696452 (diff) | |
download | jalv-a4a66c90b50a1fae1e302f1826a7f6d500984b2e.tar.gz jalv-a4a66c90b50a1fae1e302f1826a7f6d500984b2e.tar.bz2 jalv-a4a66c90b50a1fae1e302f1826a7f6d500984b2e.zip |
Update man page.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3960 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jalv.1 | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -1,25 +1,25 @@ -.\" 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 JALV "11 Jun 2009" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp <n> insert n+1 empty lines -.\" for manpage-specific macros, see man(7) +.TH JALV "17 Jan 2012" + .SH NAME .B jalv \- Run an LV2 plugin as a JACK application. .SH SYNOPSIS .B jalv PLUGIN_URI +.SH OPTIONS + +.TP +\fB\-h\fR +Print the command line options. + +.TP +\fB\-u UUID\fR +UUID for Jack session restoration. + +.TP +\fB\-l DIR\fR +Load state from state directory. + .SH SEE ALSO .BR lv2ls(1), .BR jackd(1) |