@b4n commented on this pull request.


In src/libmain.c:

> @@ -535,6 +535,8 @@ static void parse_command_line_options(gint *argc, gchar ***argv)
 
 	context = g_option_context_new(_("[FILES...]"));
 
+	g_option_context_set_summary(context, _("A fast and lightweight IDE."));
+	g_option_context_set_description(context, _("Report bugs to `https://github.com/geany/geany/issues'."));

same here


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.