From: Ming Lei <[email protected]>
$#ARGV should be nine ,and fix the usage print info.
Signed-off-by: Ming Lei <[email protected]>
---
scripts/recordmcount.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl
index fe83141..a56c107 100755
--- a/scripts/recordmcount.pl
+++ b/scripts/recordmcount.pl
@@ -100,8 +100,8 @@ $P =~ s@.*/@@g;
my $V = '0.1';
-if ($#ARGV < 6) {
- print "usage: $P arch objdump objcopy cc ld nm rm mv inputfile\n";
+if ($#ARGV < 9) {
+ print "usage: $P arch bits objdump objcopy cc ld nm rm mv inputfile\n";
print "version: $V\n";
exit(1);
}
--
1.6.0.GIT