summaryrefslogtreecommitdiffstats
path: root/platform/uwp/export/export.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-08-19 17:47:27 -0300
committerGitHub <noreply@github.com>2017-08-19 17:47:27 -0300
commitb9dcebb37cf15f7f0c062740ad4a755d32f88ed5 (patch)
tree86b1a935105abb50ff87aaf5c17f422a745c248c /platform/uwp/export/export.cpp
parent588ffbc08aaf7d1fa30163f46702d56e032de04a (diff)
downloadredot-engine-b9dcebb37cf15f7f0c062740ad4a755d32f88ed5.tar.gz
Revert "Second take at making command-line arguments more UNIX-like + main.cpp and help cleanup"
Diffstat (limited to 'platform/uwp/export/export.cpp')
-rw-r--r--platform/uwp/export/export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/uwp/export/export.cpp b/platform/uwp/export/export.cpp
index 68307c4e90..39717196aa 100644
--- a/platform/uwp/export/export.cpp
+++ b/platform/uwp/export/export.cpp
@@ -1330,7 +1330,7 @@ public:
}
if (!(p_flags & DEBUG_FLAG_DUMB_CLIENT)) {
- cl.push_back("--path");
+ cl.push_back("-path");
cl.push_back("game");
}