aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_console.c')
-rw-r--r--src/jalv_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c
index 0c8dd06..635b668 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -51,7 +51,7 @@ print_usage(const char* name, bool error)
" -t Print trace messages from plugin\n"
" -U URI Load the UI with the given URI\n"
" -V Display version information and exit\n"
- " -x Exact JACK client name (exit if taken)\n");
+ " -x Exit if the requested JACK client name is taken.\n");
return error ? 1 : 0;
}