summaryrefslogtreecommitdiff
path: root/test/haxe
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-02-11 22:49:49 +0100
committerJens Geyer <jensg@apache.org>2021-02-11 22:49:49 +0100
commitb5fe1dbc0cac81ab99ec5d71de70f4389b234888 (patch)
treecc76956269678159418ed2106abd530736a1ad5a /test/haxe
parent876aee506b937d64b1fb035ff65e5e52def04c04 (diff)
downloadthrift-b5fe1dbc0cac81ab99ec5d71de70f4389b234888.tar.gz
Reverted wrongly pushed commits.
- This reverts commit 876aee506b937d64b1fb035ff65e5e52def04c04. - This reverts commit b89316d54bb0253493b48446cb510755fb3196d2.
Diffstat (limited to 'test/haxe')
-rw-r--r--test/haxe/src/Arguments.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/haxe/src/Arguments.hx b/test/haxe/src/Arguments.hx
index 023f250fd..56e525356 100644
--- a/test/haxe/src/Arguments.hx
+++ b/test/haxe/src/Arguments.hx
@@ -92,7 +92,7 @@ class Arguments
#if sys
private static function GetHelp() : String {
- var sProg = Path.withoutDirectory( Sys.programPath());
+ var sProg = Path.withoutDirectory( Sys.executablePath());
return "\n"
+sProg+" [client|server] [options]\n"
+"\n"