diff options
Diffstat (limited to 'src/querykv1/cliopts.hpp')
-rw-r--r-- | src/querykv1/cliopts.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/querykv1/cliopts.hpp b/src/querykv1/cliopts.hpp index df8630e..c4bab99 100644 --- a/src/querykv1/cliopts.hpp +++ b/src/querykv1/cliopts.hpp | |||
@@ -6,7 +6,7 @@ | |||
6 | #include <vector> | 6 | #include <vector> |
7 | 7 | ||
8 | #define LONG_OPTIONS \ | 8 | #define LONG_OPTIONS \ |
9 | /* name req/opt/no arg long short */ | 9 | /* name req/opt/no arg long short */ \ |
10 | X(kv1_file_path, required_argument, "kv1", 0 ) \ | 10 | X(kv1_file_path, required_argument, "kv1", 0 ) \ |
11 | X(line_planning_number, required_argument, "line", 0 ) \ | 11 | X(line_planning_number, required_argument, "line", 0 ) \ |
12 | X(journey_number, required_argument, "journey", 0 ) \ | 12 | X(journey_number, required_argument, "journey", 0 ) \ |