From 71845bd2a07eef21074e9f1907d0ba952dafd310 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 15 Sep 2007 21:10:18 +0000 Subject: [PATCH] That should have been -s. --- support/cull_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/cull_options b/support/cull_options index b21c5d13..914177e6 100755 --- a/support/cull_options +++ b/support/cull_options @@ -33,7 +33,7 @@ while () { } 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); -- 2.34.1