diff options
Diffstat (limited to 'remote-process/main.cpp')
-rw-r--r-- | remote-process/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-process/main.cpp b/remote-process/main.cpp index 51d0fae..80c4d80 100644 --- a/remote-process/main.cpp +++ b/remote-process/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char *argv[]) if (argc < 4) { cerr << "Missing arguments" << endl; - cerr << "Usage: " << argv[1] << " <target> <port> <cmd> <arg>*" << endl; + cerr << "Usage: " << argv[0] << " <target> <port> <cmd> <arg>*" << endl; return -1; } |