Francois Gouget : testbot/TestAgent: Fix typos in the usage message.

Alexandre Julliard julliard at winehq.org
Wed Oct 2 16:49:22 CDT 2019


Module: tools
Branch: master
Commit: 8f90991afae2d18da0f10255ce24f7ed8af2a726
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=8f90991afae2d18da0f10255ce24f7ed8af2a726

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Oct  2 06:55:32 2019 +0200

testbot/TestAgent: Fix typos in the usage message.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/scripts/TestAgent | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testbot/scripts/TestAgent b/testbot/scripts/TestAgent
index 84bbf7e..40f443e 100755
--- a/testbot/scripts/TestAgent
+++ b/testbot/scripts/TestAgent
@@ -345,12 +345,12 @@ if (defined $Usage)
     print "                as <localpath>.\n";
     print "  run           Runs the specified <command> on the server.\n";
     print "    --run-no-wait Don't wait for the command.\n";
-    print "    --run-in <serverpath> Redirect the stdin or the command being run to the\n";
+    print "    --run-in <serverpath> Redirect the stdin of the command being run to the\n";
     print "                  specified server file.\n";
-    print "    --run-out <serverpath> Redirect the stdout or the command being run to the\n";
+    print "    --run-out <serverpath> Redirect the stdout of the command being run to the\n";
     print "                  specified server file.\n";
     print "    --run-dntrunc-out Do not truncate the file stdout is redirected to.\n";
-    print "    --run-err <serverpath> Redirect the stderr or the command being run to the\n";
+    print "    --run-err <serverpath> Redirect the stderr of the command being run to the\n";
     print "                  specified server file.\n";
     print "    --run-dntrunc-err Do not truncate the file stderr is redirected to.\n";
     print "  wait          Waits for the specified child process on the server.\n";




More information about the wine-cvs mailing list