mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
versioning fixups
This commit is contained in:
parent
e4f64ec9cc
commit
c8c78c6f7a
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue