From 5551cb834c4bc5db0a3f718cfe7d9f1528c09f22 Mon Sep 17 00:00:00 2001 From: Denis Efremov Date: Wed, 31 May 2017 20:54:50 +0300 Subject: [PATCH] Fixed help text wrapping (#1503) --- system/src/Grav/Console/Cli/NewProjectCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Console/Cli/NewProjectCommand.php b/system/src/Grav/Console/Cli/NewProjectCommand.php index c1af1022b..61aa446a0 100644 --- a/system/src/Grav/Console/Cli/NewProjectCommand.php +++ b/system/src/Grav/Console/Cli/NewProjectCommand.php @@ -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 new-project 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 new-project command is a combination of the `setup` and `install` commands.\nCreates a new Grav instance and performs the installation of all the required dependencies."); } /**