Commit 029c56d7 authored by Alexandre Julliard's avatar Alexandre Julliard

makedep: Fix a typo in the usage message.

parent 6f8e5d4e
......@@ -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] );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment