versioning fixups

This commit is contained in:
sputn1ck 2025-10-31 19:05:40 +01:00
parent e4f64ec9cc
commit c8c78c6f7a
No known key found for this signature in database
GPG key ID: 671103D881A5F0E4
4 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ func printMarkdown(_ context.Context, cmd *cli.Command) error {
md, err := docs.ToTabularMarkdown(root, "loop")
if err != nil {
return fmt.Errorf("failed to produce man: %w", err)
return fmt.Errorf("failed to produce markdown: %w", err)
}
fmt.Println(md)