summaryrefslogtreecommitdiffstats
path: root/commands/convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/convert.go')
-rw-r--r--commands/convert.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/convert.go b/commands/convert.go
index 188ab7a72..b9578a81d 100644
--- a/commands/convert.go
+++ b/commands/convert.go
@@ -33,10 +33,10 @@ var unsafe bool
var convertCmd = &cobra.Command{
Use: "convert",
Short: "Convert your content to different formats",
- Long: `Convert your content (e.g. front matter) to different formats.
+ Long: `Convert your content (e.g. front matter) to different formats.
See convert's subcommands toJSON, toTOML and toYAML for more information.`,
- Run: nil,
+ Run: nil,
}
var toJSONCmd = &cobra.Command{