cli: fix build warning

This commit is contained in:
George Kiagiadakis 2019-12-12 22:27:43 +02:00
parent 1fcadf4bdf
commit cda1a8c498

View file

@ -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;
}