diff --git a/tools/wireplumber-cli.c b/tools/wireplumber-cli.c index 5090c8b9..c3c378d6 100644 --- a/tools/wireplumber-cli.c +++ b/tools/wireplumber-cli.c @@ -317,7 +317,7 @@ main (gint argc, gchar **argv) else { g_autofree gchar *help = g_option_context_get_help (context, TRUE, NULL); - g_print (help); + g_print ("%s", help); return 1; }