From 72f14a820208b7f371a3bffa0713d44c118a9f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 12 Oct 2015 20:47:06 +0200 Subject: Apply project wide go fmt --- commands/convert.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/convert.go') 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{ -- cgit v1.2.3