From 17613cc9695bf03c7a9457997674df98e58a4f05 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 22 Jan 2024 06:45:58 -0700 Subject: [PATCH] podman farm is no longer hidden. Enable doc checks. Signed-off-by: Ed Santiago --- hack/xref-helpmsgs-manpages | 1 - 1 file changed, 1 deletion(-) 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