diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2007-01-19 08:17:34 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2007-01-19 08:17:34 (GMT) |
commit | ea90619addc53b48a04c8596d172f074dc7527cb (patch) | |
tree | 40489e4769c75174227797963901549e65d43978 /win/nmakehlp.c | |
parent | 34a3970c39dead78485d1bd7b7f4b858922c8f69 (diff) | |
download | tcl-ea90619addc53b48a04c8596d172f074dc7527cb.zip tcl-ea90619addc53b48a04c8596d172f074dc7527cb.tar.gz tcl-ea90619addc53b48a04c8596d172f074dc7527cb.tar.bz2 |
Windows build fixes
Diffstat (limited to 'win/nmakehlp.c')
-rw-r--r-- | win/nmakehlp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/nmakehlp.c b/win/nmakehlp.c index b60a7e9..5034346 100644 --- a/win/nmakehlp.c +++ b/win/nmakehlp.c @@ -10,7 +10,7 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * ---------------------------------------------------------------------------- - * RCS: @(#) $Id: nmakehlp.c,v 1.13 2007/01/11 13:17:09 patthoyts Exp $ + * RCS: @(#) $Id: nmakehlp.c,v 1.14 2007/01/19 08:17:35 mistachkin Exp $ * ---------------------------------------------------------------------------- */ @@ -148,7 +148,7 @@ main( } } chars = snprintf(msg, sizeof(msg) - 1, - "usage: %s -c|-l|-f ...\n" + "usage: %s -c|-l|-f|-g|-V ...\n" "This is a little helper app to equalize shell differences between WinNT and\n" "Win9x and get nmake.exe to accomplish its job.\n", argv[0]); |