diff options
Diffstat (limited to 'src/tabfile.c')
-rw-r--r-- | src/tabfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabfile.c b/src/tabfile.c index fa67303..11ce4e8 100644 --- a/src/tabfile.c +++ b/src/tabfile.c @@ -179,7 +179,7 @@ main (int argc, char *argv[]) if (!g_option_context_parse (ctx, &argc, &argv, &error)) fatal ("Error: option parsing failed: %s\n", error->message); if (argc != 2) - 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); template.version = SD_VERSION_3_0_0; |