ref: b9aaa0079b95ed29ad2f36ebf077a61cb11fc7cb
parent: ac1e3c3cc09785609354228ab0cc5e10e8061bba
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Oct 5 07:25:42 EDT 2015
Improve command text for import command
--- a/commands/import.go
+++ b/commands/import.go
@@ -41,8 +41,8 @@
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,