diff --git a/src/cli/main.c b/src/cli/main.c index d0661e7..9bb888a 100644 --- a/src/cli/main.c +++ b/src/cli/main.c @@ -39,7 +39,7 @@ main (gint argc, { "output-dir", 'o', G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, NULL, "The output directory (defaults to the user's home. To be used with --export, optional)", NULL }, #endif { "version", 'v', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, NULL, "Show the program version.", NULL }, - G_OPTION_ENTRY_NULL + { NULL } }; @@ -178,4 +178,4 @@ g_free_cmdline_opts (CmdlineOpts *co) g_free (co->export_type); g_free (co->export_dir); g_free (co); -} \ No newline at end of file +}