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/lv2ls.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/lv2ls.c')
-rw-r--r-- | utils/lv2ls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/lv2ls.c b/utils/lv2ls.c index 4822fe2..5432f37 100644 --- a/utils/lv2ls.c +++ b/utils/lv2ls.c @@ -41,7 +41,7 @@ void print_version(void) { printf( - "lv2_list (lilv) " LILV_VERSION "\n" + "lv2ls (lilv) " LILV_VERSION "\n" "Copyright 2007-2011 David Robillard <http://drobilla.net>\n" "License: <http://www.opensource.org/licenses/isc-license>\n" "This is free software: you are free to change and redistribute it.\n" @@ -51,12 +51,12 @@ print_version(void) void print_usage(void) { - printf("Usage: lv2_list [OPTIONS]\n"); + printf("Usage: lv2ls [OPTIONS]\n"); printf("List all installed LV2 plugins.\n"); printf("\n"); printf(" -n, --names Show names instead of URIs\n"); printf(" --help Display this help and exit\n"); - printf(" --version Output version information and exit\n"); + printf(" --version Display version information and exit\n"); printf("\n"); printf("The environment variable LV2_PATH can be used to control where\n"); printf("this (and all other lilv based LV2 hosts) will search for plugins.\n"); |