diff options
author | Sebastian Schmelzer | 2011-05-03 12:28:47 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2011-05-03 12:28:47 +0200 |
commit | 6cbde09015ab4dc8298d5c5668cd50c178c8320a (patch) | |
tree | 8fa0040c350ebca433fb0ae9694fdcb55de07d10 /src | |
parent | theme support v2 (diff) | |
download | vmchooser-6cbde09015ab4dc8298d5c5668cd50c178c8320a.tar.gz vmchooser-6cbde09015ab4dc8298d5c5668cd50c178c8320a.tar.xz vmchooser-6cbde09015ab4dc8298d5c5668cd50c178c8320a.zip |
missing long option
Diffstat (limited to 'src')
-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'}, |