From ea1c26caa33a2c7a993f18cd9482d46413808ac2 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Thu, 4 Sep 2014 15:13:08 -0700 Subject: [PATCH] Added more info for the BackupCommand help --- system/src/Grav/Console/Cli/BackupCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Console/Cli/BackupCommand.php b/system/src/Grav/Console/Cli/BackupCommand.php index 42d711303..cea4cfd4d 100644 --- a/system/src/Grav/Console/Cli/BackupCommand.php +++ b/system/src/Grav/Console/Cli/BackupCommand.php @@ -25,7 +25,7 @@ class BackupCommand extends Command { ) ->setDescription("Creates a backup of the Grav instance") - ->setHelp('The backup creates a zipped backup'); + ->setHelp('The backup creates a zipped backup. Optionally can be saved in a different destination.'); $this->source = getcwd();