From: Bjørn Erik Pedersen Date: Mon, 5 Oct 2015 09:25:42 +0000 (+0200) Subject: Improve command text for import command X-Git-Tag: v0.15~137 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b9aaa0079b95ed29ad2f36ebf077a61cb11fc7cb;p=brevno-suite%2Fhugo Improve command text for import command --- diff --git a/commands/import.go b/commands/import.go index a118ce99..b610e815 100644 --- a/commands/import.go +++ b/commands/import.go @@ -41,8 +41,8 @@ func init() { var importCmd = &cobra.Command{ Use: "import", - Short: "import from others", - Long: `import from others like Jekyll. + Short: "Import your site from others.", + Long: `Import your site from other web site generators like Jekyll. Import requires a subcommand, e.g. ` + "`hugo import jekyll jekyll_root_path target_path`.", Run: nil,