[Github-comments] [geany/geany] Improve CLI argument help (#1644)

Colomban Wendling notifications at xxxxx
Sun Oct 15 06:33:55 UTC 2017


b4n commented on this pull request.



> @@ -140,7 +140,7 @@ static GOptionEntry entries[] =
 	{ "no-session", 's', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &cl_options.load_session, N_("Don't load the previous session's files"), NULL },
 #ifdef HAVE_VTE
 	{ "no-terminal", 't', 0, G_OPTION_ARG_NONE, &no_vte, N_("Don't load terminal support"), NULL },
-	{ "vte-lib", 0, 0, G_OPTION_ARG_FILENAME, &lib_vte, N_("Filename of libvte.so"), NULL },
+	{ "vte-lib", 0, 0, G_OPTION_ARG_FILENAME, &lib_vte, N_("Use `FILE' as the dynamically-linked VTE library"), N_("FILE") },

I don't quite like <code>`'</code> quotes, can't we stick to `''` or `""`? (or here I don't even really feel the need for quotes at all, yet I guess it does make sense to have them)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1644#pullrequestreview-69409508
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171014/4589f4c9/attachment.html>


More information about the Github-comments mailing list