Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed May 20, 2018
1 parent 8bdaac4 commit 676c6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cmd/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 676c6d1

Please sign in to comment.