mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
wineboot: Add missed short option -u.
This commit is contained in:
parent
03fbe01632
commit
6bca330d4d
1 changed files with 1 additions and 1 deletions
|
@ -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[] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue