diff options
Diffstat (limited to 'src/add-pronunciation.c')
-rw-r--r-- | src/add-pronunciation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/add-pronunciation.c b/src/add-pronunciation.c index 9aedd42..90d9673 100644 --- a/src/add-pronunciation.c +++ b/src/add-pronunciation.c @@ -284,7 +284,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS fatal ("Error: option parsing failed: %s\n", error->message); if (argc != 3) - fatal ("%s", g_option_context_get_help (ctx, TRUE, FALSE)); + fatal ("%s", g_option_context_get_help (ctx, TRUE, NULL)); g_option_context_free (ctx); |