Changeset d270799 for memlog_analyze


Ignore:
Timestamp:
06/01/15 06:30:22 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
c83befc
Parents:
5df7203
git-author:
Hal Finkel <hfinkel@…> (06/01/15 06:30:22)
git-committer:
Hal Finkel <hfinkel@…> (06/01/15 06:30:22)
Message:

don't accept too many command-line parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • memlog_analyze

    r5df7203 rd270799  
    3636} 
    3737 
     38if (scalar(@ARGV) > 1) { 
     39  print_usage(2); 
     40} 
     41 
    3842my $memlog_fn = $ARGV[0]; 
    3943my $out_dir = $ARGV[1] || '.'; 
Note: See TracChangeset for help on using the changeset viewer.