diff options
author | David Robillard <d@drobilla.net> | 2012-01-08 20:57:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-08 20:57:00 +0000 |
commit | acd1a7440e0b0a82db635861dc6fcc65f54b51a1 (patch) | |
tree | 3c5cee4fbcb90a9e576f37d3d1607bbef42e1156 /utils/lv2info.c | |
parent | d7ea96c20f33febd871adea36e6ab5d77614d3db (diff) | |
download | lilv-acd1a7440e0b0a82db635861dc6fcc65f54b51a1.tar.gz lilv-acd1a7440e0b0a82db635861dc6fcc65f54b51a1.tar.bz2 lilv-acd1a7440e0b0a82db635861dc6fcc65f54b51a1.zip |
Update man pages.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3924 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils/lv2info.c')
-rw-r--r-- | utils/lv2info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lv2info.c b/utils/lv2info.c index e152bfe..162a12b 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -336,11 +336,11 @@ print_usage(void) { printf( "Usage: lv2info [OPTIONS] PLUGIN_URI\n" - "Show information about an installed LV2 plugin.\n\n" + "Print information about an installed LV2 plugin.\n\n" " -p FILE Write Turtle description of plugin to FILE\n" " -m FILE Add record of plugin to manifest FILE\n" " --help Display this help and exit\n" - " --version Output version information and exit\n\n" + " --version Display version information and exit\n\n" "For -p and -m, Turtle files are appended to (not overwritten),\n" "and @prefix directives are only written if the file was empty.\n" "This allows several plugins to be added to a single file.\n"); |