Vitaly Lipatov : wineboot: Add missed short option -u.

Alexandre Julliard julliard at winehq.org
Thu May 8 04:50:53 CDT 2008


Module: wine
Branch: master
Commit: 6bca330d4d41b86a9703a124489196fd90eed9a6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6bca330d4d41b86a9703a124489196fd90eed9a6

Author: Vitaly Lipatov <lav at etersoft.ru>
Date:   Wed May  7 23:02:56 2008 +0400

wineboot: Add missed short option -u.

---

 programs/wineboot/wineboot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c
index a682e65..717a175 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[] =
 {




More information about the wine-cvs mailing list