diff options
author | David Robillard <d@drobilla.net> | 2015-04-04 09:27:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-04-04 09:27:49 +0000 |
commit | 9c5ad6b64f33ea07654435e93a8b6f726894581f (patch) | |
tree | cd83370c2a06707dff0b731c084741a737d5b972 /doc | |
parent | 52bce39f06f607dd363ca8f3b774fda658036cf4 (diff) | |
download | ingen-9c5ad6b64f33ea07654435e93a8b6f726894581f.tar.gz ingen-9c5ad6b64f33ea07654435e93a8b6f726894581f.tar.bz2 ingen-9c5ad6b64f33ea07654435e93a8b6f726894581f.zip |
Support GNU style long options.
Update usage output and man page to distinguish flags from options
that take a value.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5660 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ingen.1 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/ingen.1 b/doc/ingen.1 index d646cef0..3234611f 100644 --- a/doc/ingen.1 +++ b/doc/ingen.1 @@ -1,4 +1,4 @@ -.TH INGEN 1 "08 Feb 2015" +.TH INGEN 1 "04 Apr 2015" .SH NAME .B ingen \- A realtime modular audio processor @@ -9,16 +9,16 @@ ingen [OPTION]... .SH OPTIONS .TP -\fB\-C, \-\-client\-port\fR +\fB\-C, \-\-client\-port\fR=\fIINT\fR Client port .TP -\fB\-c, \-\-connect\fR +\fB\-c, \-\-connect\fR=\fISTRING\fR Connect to engine URI .TP \fB\-e, \-\-engine\fR Run (JACK) engine .TP -\fB\-E, \-\-engine-port\fR +\fB\-E, \-\-engine-port\fR=\fIINT\fR Engine listen port .TP \fB\-\-graph\-directory\fR @@ -33,31 +33,31 @@ Print this help message \fB\-\-human\-names\fR Show human names in GUI .TP -\fB\-n, \-\-jack\-name\fR +\fB\-n, \-\-jack\-name\fR=\fISTRING\fR JACK name .TP -\fB\-s, \-\-jack\-server\fR +\fB\-s, \-\-jack\-server\fR=\fISTRING\fR JACK server name .TP -\fB\-l, \-\-load\fR +\fB\-l, \-\-load\fR=\fISTRING\fR Load graph .TP -\fB\-L, \-\-path\fR +\fB\-L, \-\-path\fR=\fISTRING\fR Target path for loaded graph .TP \fB\-\-port\-labels\fR Show port labels in GUI .TP -\fB\-q, \-\-queue-size\fR +\fB\-q, \-\-queue-size\fR=\fIINT\fR Event queue size .TP \fB\-r, \-\-run\fR Run script .TP -\fB\-S, \-\-socket\fR +\fB\-S, \-\-socket\fR=\fISTRING\fR Engine socket path .TP -\fB\-u, \-\-uuid\fR +\fB\-u, \-\-uuid\fR=\fISTRING\fR JACK session UUID .TP \fB\-V, \-\-version\fR |