diff --git a/src/bin/psql/create_help.pl b/src/bin/psql/create_help.pl index 314bb5d87c..96cf3d37ef 100644 --- a/src/bin/psql/create_help.pl +++ b/src/bin/psql/create_help.pl @@ -128,8 +128,6 @@ foreach my $file (sort readdir DIR) my $nl_count = () = $cmdsynopsis =~ /\n/g; - $cmdsynopsis =~ m!! - and die "$0: $file: null end tag not supported in synopsis\n"; $cmdsynopsis =~ s/%/%%/g; while ($cmdsynopsis =~ m!<(\w+)[^>]*>(.+?)]*>!)