Alexandre Julliard : makedep: Fix a typo in the usage message.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 11 08:36:44 CST 2015


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Nov 11 12:05:56 2015 +0900

makedep: Fix a typo in the usage message.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tools/makedep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/makedep.c b/tools/makedep.c
index f51cd2f..79b2426 100644
--- a/tools/makedep.c
+++ b/tools/makedep.c
@@ -3124,7 +3124,7 @@ int main( int argc, char *argv[] )
 
         if (argc != 3)
         {
-            fprintf( stderr, "Option -r needs two directories\n%s", Usage );
+            fprintf( stderr, "Option -R needs two directories\n%s", Usage );
             exit( 1 );
         }
         relpath = get_relative_path( argv[1], argv[2] );




More information about the wine-cvs mailing list