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

Francois Gouget fgouget at codeweavers.com
Fri Nov 23 09:24:41 CST 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

It is already described with the other options.

 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 b4a26fc581..b81f7fafd5 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");
-- 
2.19.1



More information about the wine-devel mailing list