diff options
Diffstat (limited to 'release/scripts')
-rw-r--r-- | release/scripts/driver-copy2.pl | 2 | ||||
-rw-r--r-- | release/scripts/driver-remove.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/driver-copy2.pl b/release/scripts/driver-copy2.pl index 541e3e0..6c4dfe6 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; } diff --git a/release/scripts/driver-remove.pl b/release/scripts/driver-remove.pl index 2ff5a88..aa8ec1c 100644 --- a/release/scripts/driver-remove.pl +++ b/release/scripts/driver-remove.pl @@ -28,7 +28,7 @@ # if ($#ARGV != 1) { - print STDERR "Usage: driver-remove.pl config_file BOOTMFS\n"; + print STDERR "usage: driver-remove.pl config_file BOOTMFS\n"; exit 1; } |