diff options
-rw-r--r-- | addressbook/tools/evolution-addressbook-export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index 5460c5a8bd..33d840ec5e 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -55,7 +55,7 @@ static gint opt_file_size = 0; static gchar **opt_remaining = NULL; static GOptionEntry entries[] = { - { "output", '\0', G_OPTION_FLAG_FILENAME, + { "output", '\0', 0, G_OPTION_ARG_STRING, &opt_output_file, N_("Specify the output file instead of standard output"), N_("OUTPUTFILE") }, |