Commit bdd53557 authored by Wayne Davison's avatar Wayne Davison

Force knowledge the -p option, since it gets passed specially.

parent d6ca255c
......@@ -33,6 +33,8 @@ while (<IN>) {
}
close IN;
$short_no_arg{'p'} = 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