Daniele Bartolini 12 anni fa
parent
commit
141c65c703
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Device.cpp

+ 1 - 1
src/Device.cpp

@@ -568,7 +568,7 @@ void Device::print_help_message()
 	"  --height <width>      Set the <height> of the render window.\n"
 	"  --height <width>      Set the <height> of the render window.\n"
 	"  --fullscreen          Start in fullscreen.\n"
 	"  --fullscreen          Start in fullscreen.\n"
 	"  --dev                 Run the engine in development mode\n"
 	"  --dev                 Run the engine in development mode\n"
-	"  --quit-after-init     Quits the engine immediately after the\n"
+	"  --quit-after-init     Quit the engine immediately after the\n"
 	"                        initialization. Used only for debugging.\n");
 	"                        initialization. Used only for debugging.\n");
 }
 }