makedep: Fix a typo in the usage message.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6f8e5d4e10
commit
029c56d75f
|
@ -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] );
|
||||
|
|
Loading…
Reference in New Issue