Skip to content

main: Don’t print translation header with `--help`

Philip Withnall requested to merge pwithnall/accountsservice:help into master

The correct way to tell g_option_context_new() not to print any information after the options is to pass NULL. Passing the empty string results in a call to gettext (""), which returns the translation’s header.

This fixes the output of accounts-daemon --help.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports