That should have been -s.

This commit is contained in:
Wayne Davison
2007-09-15 21:10:18 +00:00
parent bdd53557a8
commit 71845bd2a0

View File

@@ -33,7 +33,7 @@ while (<IN>) {
}
close IN;
$short_no_arg{'p'} = 1;
$short_no_arg{'s'} = 1;
my $short_no_arg = join('', sort keys %short_no_arg);
my $short_with_num = join('', sort keys %short_with_num);