diff --git a/hack/xref-helpmsgs-manpages b/hack/xref-helpmsgs-manpages index bd7b57d024..f06c29db35 100755 --- a/hack/xref-helpmsgs-manpages +++ b/hack/xref-helpmsgs-manpages @@ -109,7 +109,6 @@ my %Skip_Subcommand = map { $_ => 1 } ( "help", # has no man page "completion", # internal (hidden) subcommand "compose", # external tool, outside of our control - "farm", # hidden subcommand till it is fully implemented - remove this once done ); # END user-customizable section