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
1 changed files with 1 additions and 1 deletions

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