From 676c6d18e41594aafe1057919759de33c283564b Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 21 May 2018 00:29:40 +0900 Subject: [PATCH] Fix typo --- cmd/diff.go | 2 +- cmd/doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/diff.go b/cmd/diff.go index 7825a6ea5..1e55d9424 100644 --- a/cmd/diff.go +++ b/cmd/diff.go @@ -30,7 +30,7 @@ import ( // diffCmd represents the diff command var diffCmd = &cobra.Command{ - Use: "diff [DSN] [DOCMENT_PATH]", + Use: "diff [DSN] [DOCUMENT_PATH]", Short: "diff database and document", Long: `'tbls diff' shows the difference between database schema and generated document.`, Args: func(cmd *cobra.Command, args []string) error { diff --git a/cmd/doc.go b/cmd/doc.go index bd50ffe28..17c739c6b 100644 --- a/cmd/doc.go +++ b/cmd/doc.go @@ -33,7 +33,7 @@ var force bool // docCmd represents the doc command var docCmd = &cobra.Command{ - Use: "doc [DSN] [DOCMENT_PATH]", + Use: "doc [DSN] [DOCUMENT_PATH]", Short: "document a database", Long: `'tbls doc' analyzes a database and generate document in GitHub Friendly Markdown format.`, Args: func(cmd *cobra.Command, args []string) error {