From f97cb3f10a5348d01708908ca1753db19fdad30e Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 15 Feb 2023 16:57:31 +0000 Subject: [PATCH] Typo --- log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.go b/log.go index 9c0894e..0039a09 100644 --- a/log.go +++ b/log.go @@ -22,7 +22,7 @@ type LogCmd struct { Query LogQueryCmd `cmd:"" help:"query logs"` Dump LogDumpCmd `cmd:"" help:"show all info for log entry with ID"` Json LogJsonCmd `cmd:"" help:"generate json statistics"` - Makrdown LogMarkdownCmd `cmd:"" help:"generate markdown statistics"` + Markdown LogMarkdownCmd `cmd:"" help:"generate markdown statistics"` } type LogQueryCmd struct {