Detlef Riekenberg : makedep: Fix a typo in the usage output.

Alexandre Julliard julliard at winehq.org
Fri Jun 13 05:11:23 CDT 2008


Module: wine
Branch: master
Commit: 5073aae038849a28037886760ce9bf417d3aadb2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5073aae038849a28037886760ce9bf417d3aadb2

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Fri Jun 13 05:09:38 2008 +0200

makedep: Fix a typo in the usage output.

---

 tools/makedep.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/makedep.c b/tools/makedep.c
index d7f820e..dd084aa 100644
--- a/tools/makedep.c
+++ b/tools/makedep.c
@@ -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";
 




More information about the wine-cvs mailing list