diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 61288f3c4..5371393d1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2541,7 +2541,8 @@ int main(int arg_count, char const **arg_ptr) { return 1; } - if (init_filename == "-help") { + if (init_filename == "-help" || + init_filename == "--help") { build_context.show_help = true; } |