New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/46165#issuecomment-1921669635 Comment: i see your point, and i saw the issue (been there for years). the help function in the sbctl program gets built correctly though, see e.g. ``` $ sbctl help create-keys Create a set of secure boot signing keys Usage: sbctl create-keys [flags] Flags: -d, --database-path string location to create GUID file. defaults to /etc/secureboot (default "/etc/secureboot") -e, --export string export file path. defaults to /etc/secureboot/keys (default "/etc/secureboot/keys") -h, --help help for create-keys ``` i got this idea from nix pkgs. would an install/update message be enough to warn the user? otherwise i'll just remove this change for now.