0a91d3588e
Wipeout, as provided in PR 10217 by Bernd Sieker.
13 lines
351 B
Text
13 lines
351 B
Text
$NetBSD: patch-af,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
|
|
|
|
--- tools/mkcraft/xracer-mkcraft.pl.orig Sat May 27 06:05:22 2000
|
|
+++ tools/mkcraft/xracer-mkcraft.pl Sat May 27 06:05:30 2000
|
|
@@ -31,7 +31,7 @@
|
|
|
|
GetOptions ("output=s" => \$outputfilename,
|
|
"verbose" => \$verbose,
|
|
- "help|?" => \$help);
|
|
+ "help" => \$help);
|
|
|
|
if ($help)
|
|
{
|