summaryrefslogtreecommitdiff
path: root/test/haxe/src/Arguments.hx
diff options
context:
space:
mode:
Diffstat (limited to 'test/haxe/src/Arguments.hx')
-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 56e525356..023f250fd 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.executablePath());
+ var sProg = Path.withoutDirectory( Sys.programPath());
return "\n"
+sProg+" [client|server] [options]\n"
+"\n"