Alexandre Julliard : makedep: Fix a typo in the usage message.
Module: wine Branch: master Commit: 029c56d75f6a7dbbff4ec0c80e73d01d69d18582 URL: http://source.winehq.org/git/wine.git/?a=commit;h=029c56d75f6a7dbbff4ec0c80e... Author: Alexandre Julliard <julliard(a)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(a)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] );
participants (1)
-
Alexandre Julliard