sub usage()

in credits/scripts/check-names.pl [120:124]


sub usage {
    print "Usage: import <from> <to>\n";
    print "  where <from> and <to> are integer line numbers in the credits sheet.\n";
    exit(1);
}