wineboot: Add missed short option -u.

This commit is contained in:
Vitaly Lipatov 2008-05-07 23:02:56 +04:00 committed by Alexandre Julliard
parent 03fbe01632
commit 6bca330d4d

View file

@ -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[] =
{