diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-09-12 11:40:18 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-09-12 11:40:18 -0300 |
commit | 50bc1f29220aafe073256d072e644bdfbcaace83 (patch) | |
tree | 3e05719ec0bafead834165afdd6c13ccb4b7bcfd /main | |
parent | eb0f9651b3bb12b79db4ee4f8862a3be16a11ea5 (diff) |
Merged docs and small correction to lowdpi feature (it supports windows now)
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 1295cd73b5..8eb80fe6ba 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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"); |