diff options
author | Hein-Pieter van Braam <hp@tmm.cx> | 2017-09-24 20:24:41 +0200 |
---|---|---|
committer | Hein-Pieter van Braam <hp@tmm.cx> | 2017-09-24 20:24:41 +0200 |
commit | 1f4685375f2d2e36a2e19e67ac9f614b8c99ea28 (patch) | |
tree | c32bffeca63ed79ab98e53daf3e78c208d7971e9 /main | |
parent | a1246512803d7be7affc75ca0a6730563225e40b (diff) |
Fix typo in fixed-fps help line
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 27c4a769c9..9096b935c2 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -205,7 +205,7 @@ void Main::print_help(const char *p_binary) { OS::get_singleton()->print(" --time-scale <scale> Force time scale (higher values are faster, 1.0 is normal speed).\n"); OS::get_singleton()->print(" --disable-render-loop Disable render loop so rendering only occurs when called explicitly from script.\n"); OS::get_singleton()->print(" --disable-crash-handler Disable crash handler when supported by the platform code.\n"); - OS::get_singleton()->print(" --fixed-fps <fps> Force a fixed number of frames per second. This setting disables real\-time synchronization.\n"); + OS::get_singleton()->print(" --fixed-fps <fps> Force a fixed number of frames per second. This setting disables real-time synchronization.\n"); OS::get_singleton()->print("\n"); OS::get_singleton()->print("Standalone tools:\n"); |