Improve command text for import command
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 5 Oct 2015 09:25:42 +0000 (11:25 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 5 Oct 2015 09:25:42 +0000 (11:25 +0200)
commands/import.go

index a118ce99c376f9616774b9149c5a4bb37b9b3339..b610e815db3e976c739045688d156e9f2a709bd3 100644 (file)
@@ -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,