It is useful for testing.
Signed-off-by: Francois Gouget fgouget@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";