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 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");