aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_console.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-11 16:56:36 -0500
committerDavid Robillard <d@drobilla.net>2022-12-11 16:56:36 -0500
commit96db697cf788c6b4f6c9b5185b4bb8c0a072f6eb (patch)
treeeedcd56f04558b6309a816f7bb83c012e2c2374d /src/jalv_console.c
parentd909b68da71f1ef3df7ebdf0d45759fd58ced71d (diff)
downloadjalv-96db697cf788c6b4f6c9b5185b4bb8c0a072f6eb.tar.gz
jalv-96db697cf788c6b4f6c9b5185b4bb8c0a072f6eb.tar.bz2
jalv-96db697cf788c6b4f6c9b5185b4bb8c0a072f6eb.zip
Sort options in command line help output
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;
}