diff options
author | David Robillard <d@drobilla.net> | 2011-05-16 01:20:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-16 01:20:15 +0000 |
commit | 111b1a4cb83dbd0c1812bca412e43f6f326d6580 (patch) | |
tree | 71092cc17695e0a0022ef39f4570bb77fea0f3df /utils/lv2info.c | |
parent | 88e22de251ab13e2081662ce008964812225a74a (diff) | |
download | lilv-111b1a4cb83dbd0c1812bca412e43f6f326d6580.tar.gz lilv-111b1a4cb83dbd0c1812bca412e43f6f326d6580.tar.bz2 lilv-111b1a4cb83dbd0c1812bca412e43f6f326d6580.zip |
Fix references to old utility names
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3266 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 f8745c3..e833a16 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -302,7 +302,7 @@ void print_version(void) { printf( - "lv2_inspect (lilv) " LILV_VERSION "\n" + "lv2info (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" @@ -312,7 +312,7 @@ print_version(void) void print_usage(void) { - printf("Usage: lv2_inspect PLUGIN_URI\n"); + printf("Usage: lv2info PLUGIN_URI\n"); printf("Show information about an installed LV2 plugin.\n"); } |