diff options
| author | gingerBill <bill@gingerbill.org> | 2020-04-30 19:26:31 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-04-30 19:26:31 +0100 |
| commit | dd0fb744fe1eae5727ddffaf3c2a59e830f857b2 (patch) | |
| tree | ed57c6fc29e74323fbdba0fc2a86821f7a9a0495 /src/main.cpp | |
| parent | 70a66cd559076c1ec3a1cde738a465d79c87e87a (diff) | |
Add missing `;`
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f3cb63104..a3daf25dc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1418,7 +1418,7 @@ void print_show_help(String const arg0, String const &command) { print_usage_line(2, "Example: -pdb-name:different.pdb"); print_usage_line(0, ""); - print_usage_line(1, "-subsystem:<option>") + print_usage_line(1, "-subsystem:<option>"); print_usage_line(2, "[Windows only]"); print_usage_line(2, "Defines the subsystem for the application"); print_usage_line(2, "Available options:"); |