Fixed help text wrapping (#1503)

This commit is contained in:
Denis Efremov
2017-05-31 20:54:50 +03:00
committed by Flavio Copes
parent abccf2278d
commit 5551cb834c

View File

@@ -35,7 +35,7 @@ class NewProjectCommand extends ConsoleCommand
'Symlink the required bits'
)
->setDescription('Creates a new Grav project with all the dependencies installed')
->setHelp('The <info>new-project</info> command is a combination of the `setup` and `install` commands.\nCreates a new Grav instance and performs the installation of all the required dependencies.');
->setHelp("The <info>new-project</info> command is a combination of the `setup` and `install` commands.\nCreates a new Grav instance and performs the installation of all the required dependencies.");
}
/**