[PATCH] testbot/SetWinLocale: Document the --no-reboot option.

Francois Gouget fgouget at codeweavers.com
Wed Aug 28 08:25:36 CDT 2019


It is useful for testing.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/scripts/SetWinLocale | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testbot/scripts/SetWinLocale b/testbot/scripts/SetWinLocale
index 514f80d0..a6015635 100755
--- a/testbot/scripts/SetWinLocale
+++ b/testbot/scripts/SetWinLocale
@@ -547,6 +547,8 @@ if (defined $Usage)
   print "  --keyboard KBD Specifies the keyboard layout (see --defaults).\n";
   print "  --country CTY  Specifies the location using only the country part of the\n";
   print "                 Windows locale (see --defaults).\n";
+  print "  --no-reboot    Do not reboot Windows. Some locale changes will only take\n";
+  print "                 effect after the next reboot.\n";
   print "  --debug        Show more detailed information about progress.\n";
   print "  --dry-run      Show what would happen but do nothing.\n";
   print "  --help         Shows this usage message.\n";
-- 
2.20.1



More information about the wine-devel mailing list