Francois Gouget : testbot/testagentd: Add --show-restarts to the usage message.

Alexandre Julliard julliard at winehq.org
Fri Nov 23 14:01:06 CST 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Nov 23 16:24:41 2018 +0100

testbot/testagentd: Add --show-restarts to the usage message.

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

---

 testbot/src/testagentd/testagentd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/src/testagentd/testagentd.c b/testbot/src/testagentd/testagentd.c
index b4a26fc..b81f7fa 100644
--- a/testbot/src/testagentd/testagentd.c
+++ b/testbot/src/testagentd/testagentd.c
@@ -1430,7 +1430,7 @@ int main(int argc, char** argv)
     }
     if (opt_usage)
     {
-        printf("Usage: %s [--debug] [--detach] [--help] PORT [SRCHOST]\n", name0);
+        printf("Usage: %s [--debug] [--detach] [--help] [--show-restarts] PORT [SRCHOST]\n", name0);
         printf("\n");
         printf("Provides a simple way to send/receive files and to run scripts on this host.\n");
         printf("\n");




More information about the wine-cvs mailing list