Application.setOptionContextSummary
void setOptionContextSummary(string summary = null)Adds a summary to the application option context.
See [glib.option_context.OptionContext.setSummary] for more information.
Parameters
summary | a string to be shown in --help output before the list of options, or null |