diff options
Diffstat (limited to 'commands/convert.go')
-rw-r--r-- | commands/convert.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/convert.go b/commands/convert.go index 4e1ceb7d1..ebf81cfb3 100644 --- a/commands/convert.go +++ b/commands/convert.go @@ -105,8 +105,8 @@ func (c *convertCommand) Run(ctx context.Context, cd *simplecobra.Commandeer, ar func (c *convertCommand) Init(cd *simplecobra.Commandeer) error { cmd := cd.CobraCommand - cmd.Short = "Convert your content to different formats" - cmd.Long = `Convert your content (e.g. front matter) to different formats. + cmd.Short = "Convert front matter to another format" + cmd.Long = `Convert front matter to another format. See convert's subcommands toJSON, toTOML and toYAML for more information.` |