mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Improve command text for import command
This commit is contained in:
parent
ac1e3c3cc0
commit
b9aaa0079b
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue