Skip to content

Commit 50d242c

Browse files
Fix description
1 parent 83d4976 commit 50d242c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/BackupCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class BackupCommand extends Command
1616
{
1717
protected $signature = 'statamic:backup';
1818

19-
protected $description = 'Backup your stuff';
19+
protected $description = 'Run the backup pipeline';
2020

2121
public function handle()
2222
{

0 commit comments

Comments
 (0)