codebrainz commented on this pull request.
> { "list-documents", 0, 0, G_OPTION_ARG_NONE,
> &cl_options.list_documents, N_("Return a list of open documents in a running
> Geany instance"), NULL },
#endif
- { "line", 'l', 0, G_OPTION_ARG_INT, &cl_options.goto_line, N_("Set
initial line number for the first opened file"), NULL },
+ { "line", 'l', 0, G_OPTION_ARG_INT, &cl_options.goto_line, N_("Set
initial line number for the first opened file"), N_("LINE") },
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_r144711030