From a378ab3e3e61f3265662d7fc6ba0fd6a8146dfe8 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 11 May 2023 22:26:31 -0400 Subject: [PATCH] minor program doc change --- google-civic-api-pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/google-civic-api-pl b/google-civic-api-pl index db8c98b..2f46836 100644 --- a/google-civic-api-pl +++ b/google-civic-api-pl @@ -51,7 +51,8 @@ if ( $ARGV[2] ) { $emailArg = $ARGV[2]; } -# Open roster file .. hopefully columns remain the same +# Open roster file .. hopefully columns remain the same, +# but @fields can be adjusted as required. my $file; $file = $ARGV[1]; my $fh;