From aec7eff6112649205b85dc6ca364b52f14d29bb3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 May 2022 14:43:04 -0400 Subject: Change no-menu short option to m to avoid clash with jack-name --- src/jalv_gtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jalv_gtk.c') diff --git a/src/jalv_gtk.c b/src/jalv_gtk.c index e95a53d..b98d4dd 100644 --- a/src/jalv_gtk.c +++ b/src/jalv_gtk.c @@ -149,7 +149,7 @@ jalv_init(int* argc, char*** argv, JalvOptions* opts) "Show controls for ports with notOnGUI property on generic UI", NULL}, {"no-menu", - 'n', + 'm', 0, G_OPTION_ARG_NONE, &opts->no_menu, -- cgit v1.2.1