aboutsummaryrefslogtreecommitdiffhomepage
path: root/commands/import.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2015-10-05 11:25:42 +0200
committerBjørn Erik Pedersen <[email protected]>2015-10-05 11:25:42 +0200
commitb9aaa0079b95ed29ad2f36ebf077a61cb11fc7cb (patch)
treee723bf06945885d911bbe28699d4b8b0168abe72 /commands/import.go
parentac1e3c3cc09785609354228ab0cc5e10e8061bba (diff)
downloadhugo-b9aaa0079b95ed29ad2f36ebf077a61cb11fc7cb.tar.gz
hugo-b9aaa0079b95ed29ad2f36ebf077a61cb11fc7cb.zip
Improve command text for import command
Diffstat (limited to 'commands/import.go')
-rw-r--r--commands/import.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/import.go b/commands/import.go
index a118ce99c..b610e815d 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,