aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/driver-copy2.pl
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
commitd397408818fbfa179246fb327659e3fb29ffff31 (patch)
treebf1d5b964f5e7e91c796086166af5a86d7d454a0 /release/scripts/driver-copy2.pl
parent5fd42ef5250ff96f7b282f64a0a4cf9a6b7e9a91 (diff)
Notes
Diffstat (limited to 'release/scripts/driver-copy2.pl')
-rw-r--r--release/scripts/driver-copy2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/driver-copy2.pl b/release/scripts/driver-copy2.pl
index 541e3e093f32..6c4dfe6e82ed 100644
--- a/release/scripts/driver-copy2.pl
+++ b/release/scripts/driver-copy2.pl
@@ -28,7 +28,7 @@
#
if ($#ARGV != 2) {
- print STDERR "Usage: driver-copy.pl config_file src_ko_dir dst_ko_dir\n";
+ print STDERR "usage: driver-copy.pl config_file src_ko_dir dst_ko_dir\n";
exit 1;
}