aboutsummaryrefslogtreecommitdiff
path: root/src/transform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transform.c')
-rw-r--r--src/transform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transform.c b/src/transform.c
index 38bdad6..ba33dee 100644
--- a/src/transform.c
+++ b/src/transform.c
@@ -155,7 +155,7 @@ main (int argc, char *argv[])
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));
// GLib is bullshit, getopt_long() always correctly removes this
gint program_argv_start = 3;