mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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{
|
var importCmd = &cobra.Command{
|
||||||
Use: "import",
|
Use: "import",
|
||||||
Short: "import from others",
|
Short: "Import your site from others.",
|
||||||
Long: `import from others like Jekyll.
|
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`.",
|
Import requires a subcommand, e.g. ` + "`hugo import jekyll jekyll_root_path target_path`.",
|
||||||
Run: nil,
|
Run: nil,
|
||||||
|
|
Loading…
Reference in a new issue