summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-05-03 12:28:47 +0200
committerSebastian Schmelzer2011-05-03 12:28:47 +0200
commit6cbde09015ab4dc8298d5c5668cd50c178c8320a (patch)
tree8fa0040c350ebca433fb0ae9694fdcb55de07d10
parenttheme support v2 (diff)
downloadvmchooser-6cbde09015ab4dc8298d5c5668cd50c178c8320a.tar.gz
vmchooser-6cbde09015ab4dc8298d5c5668cd50c178c8320a.tar.xz
vmchooser-6cbde09015ab4dc8298d5c5668cd50c178c8320a.zip
missing long option
-rw-r--r--src/command_line_options.cpp1
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'},