Merged docs and small correction to lowdpi feature (it supports windows now)

This commit is contained in:
Juan Linietsky 2017-09-12 11:40:18 -03:00
parent eb0f9651b3
commit 50bc1f2922
2 changed files with 180 additions and 124 deletions

View file

@ -177,7 +177,7 @@ void Main::print_help(const char *p_binary) {
OS::get_singleton()->print(" -w, --windowed Request windowed mode.\n");
OS::get_singleton()->print(" --resolution <W>x<H> Request window resolution.\n");
OS::get_singleton()->print(" --position <X>,<Y> Request window position.\n");
OS::get_singleton()->print(" --low-dpi Force low-DPI mode (macOS only).\n");
OS::get_singleton()->print(" --low-dpi Force low-DPI mode (macOS and Windows only).\n");
OS::get_singleton()->print(" --no-window Disable window creation (Windows only). Useful together with --script.\n");
OS::get_singleton()->print("\n");