From 6cbde09015ab4dc8298d5c5668cd50c178c8320a Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Tue, 3 May 2011 12:28:47 +0200 Subject: missing long option --- src/command_line_options.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/command_line_options.cpp b/src/command_line_options.cpp index 712f8a5..c698315 100644 --- a/src/command_line_options.cpp +++ b/src/command_line_options.cpp @@ -7,6 +7,7 @@ CommandLineOptions::CommandLineOptions(int argc, char * const argv[]) { static const struct option longOptions[] = { {"config", required_argument, NULL, 'c'}, {"default", required_argument, NULL, 'd'}, + {"file", required_argument, NULL, 'f'}, {"pool", required_argument, NULL, 'P'}, {"path", required_argument, NULL, 'p'}, {"xpath", required_argument, NULL, 'x'}, -- cgit v1.2.3-55-g7522