From 111b1a4cb83dbd0c1812bca412e43f6f326d6580 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 May 2011 01:20:15 +0000 Subject: Fix references to old utility names git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3266 a436a847-0d15-0410-975c-d299462d15a1 --- utils/lv2info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/lv2info.c') 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 \n" "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"); } -- cgit v1.2.1