Module: tools
Branch: master
Commit: 8d8fd2d03fef33e61279319dce3c9b50c1b8a3a1
URL: https://source.winehq.org/git/tools.git/?a=commit;h=8d8fd2d03fef33e61279319…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Wed Aug 28 15:25:36 2019 +0200
testbot/SetWinLocale: Document the --no-reboot option.
It is useful for testing.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/scripts/SetWinLocale | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testbot/scripts/SetWinLocale b/testbot/scripts/SetWinLocale
index 5ca0507..824d8f5 100755
--- a/testbot/scripts/SetWinLocale
+++ b/testbot/scripts/SetWinLocale
@@ -545,6 +545,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";