From 6bca330d4d41b86a9703a124489196fd90eed9a6 Mon Sep 17 00:00:00 2001 From: Vitaly Lipatov Date: Wed, 7 May 2008 23:02:56 +0400 Subject: [PATCH] wineboot: Add missed short option -u. --- programs/wineboot/wineboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c index a682e65c13e..717a175ad87 100644 --- a/programs/wineboot/wineboot.c +++ b/programs/wineboot/wineboot.c @@ -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[] = { -- 2.11.4.GIT