Commit 6bca330d authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Alexandre Julliard

wineboot: Add missed short option -u.

parent 03fbe016
......@@ -798,7 +798,7 @@ static void usage(void)
WINE_MESSAGE( " -u,--update Update the wineprefix directory\n" );
}
static const char short_options[] = "efhikrs";
static const char short_options[] = "efhikrsu";
static const struct option long_options[] =
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment