Commit 71845bd2 authored by Wayne Davison's avatar Wayne Davison

That should have been -s.

parent bdd53557
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment