diff options
Diffstat (limited to 'source/tools')
-rw-r--r-- | source/tools/loadmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/loadmodule.c b/source/tools/loadmodule.c index 48bc8be..4d3fb22 100644 --- a/source/tools/loadmodule.c +++ b/source/tools/loadmodule.c @@ -17,7 +17,7 @@ int main(int argc, char** argv) { } else if (argc == 1) { path = dirname(argv[0]); } else { - printf("usage: %s [|PATH_TO_DLL]\n", path); + printf("usage: %s [|PATH_TO_DLL]\n", argv[0]); return 1; } |