makedep: Fix a typo in the usage output.

This commit is contained in:
Detlef Riekenberg 2008-06-13 05:09:38 +02:00 committed by Alexandre Julliard
parent 9196337e09
commit 5073aae038
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static const char Usage[] =
" -Idir Search for include files in directory 'dir'\n"
" -Cdir Search for source files in directory 'dir'\n"
" -Sdir Set the top source directory\n"
" -Sdir Set the top object directory\n"
" -Tdir Set the top object directory\n"
" -fxxx Store output in file 'xxx' (default: Makefile)\n"
" -sxxx Use 'xxx' as separator (default: \"### Dependencies\")\n";