Fixed typo in comment.

This commit is contained in:
Janet B. Anderson
2007-12-07 19:48:33 +00:00
parent fb433c0202
commit b1dc73e8da

View File

@@ -32,7 +32,7 @@ my %output;
my @includes;
use vars qw( $opt_d $opt_m );
getopts( 'dm:' ) || die "\aSyntax: $0 [-d] [-f dependsFile] includeDirs objFile srcFile\n";
getopts( 'dm:' ) || die "\aSyntax: $0 [-d] [-m dependsFile] includeDirs objFile srcFile\n";
my $debug = $opt_d;
my $depFile = $opt_m;