From acd1a7440e0b0a82db635861dc6fcc65f54b51a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Jan 2012 20:57:00 +0000 Subject: Update man pages. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3924 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 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"); -- cgit v1.2.1