diff options
-rw-r--r-- | src/command_line_options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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'}, |