mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 05:37:09 +02:00
Fixed help text wrapping (#1503)
This commit is contained in:
committed by
Flavio Copes
parent
abccf2278d
commit
5551cb834c
@@ -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.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user