codebrainz commented on this pull request.
> { "ft-names", 0, 0, G_OPTION_ARG_NONE, &ft_names, N_("Print internal
> filetype names"), NULL },
{ "generate-tags", 'g', 0, G_OPTION_ARG_NONE, &generate_tags,
N_("Generate global tags file (see documentation)"), NULL },
{ "no-preprocessing", 'P', 0, G_OPTION_ARG_NONE, &no_preprocessing,
N_("Don't preprocess C/C++ files when generating tags file"), NULL },
#ifdef HAVE_SOCKET
{ "new-instance", 'i', 0, G_OPTION_ARG_NONE, &cl_options.new_instance,
N_("Don't open files in a running instance, force opening a new instance"),
NULL },
- { "socket-file", 0, 0, G_OPTION_ARG_FILENAME,
&cl_options.socket_filename, N_("Use this socket filename for communication
with a running Geany instance"), NULL },
+ { "socket-file", 0, 0, G_OPTION_ARG_FILENAME,
&cl_options.socket_filename, N_("Use this socket filename for communication
with a running Geany instance"), N_("FILE") },
Done.
--
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#discussion_r144711028