Note that preferred email address is only when asked for.

This commit is contained in:
Bradley M. Kuhn 2022-06-21 11:05:55 -07:00
parent 71c0bd28aa
commit ed0408840a

View file

@ -34,7 +34,7 @@ print "Email Address Type: ";
my $emailType = <STDIN>; my $emailType = <STDIN>;
chomp $emailType; chomp $emailType;
print "Preferred (0 or 1): "; print "Preferred (0 or 1, leave blank (just hit return) if the supporter did not give opinion about it): ";
my $preferred = <STDIN>; my $preferred = <STDIN>;
chomp $preferred; chomp $preferred;