summaryrefslogtreecommitdiffstats
path: root/utils/lv2info.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lv2info.c')
-rw-r--r--utils/lv2info.c4
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");
}