makedep: Fix a typo in the usage output.
This commit is contained in:
parent
9196337e09
commit
5073aae038
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue