From fcc29d6e241c39063bc0ff47c4e161d6711c6999 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Wed, 13 Dec 2023 10:32:52 +0100 Subject: [PATCH] Update self-update command description to be more useful to users Since this command is present in the compiled binaries, and thus shown to the end users, I think it makes more sense to word it in a way that is more useful to the end users, instead of the more technical current description that seems tailored to the developers. --- src/Components/Updater/SelfUpdateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Updater/SelfUpdateCommand.php b/src/Components/Updater/SelfUpdateCommand.php index 475c2451..229cbe91 100644 --- a/src/Components/Updater/SelfUpdateCommand.php +++ b/src/Components/Updater/SelfUpdateCommand.php @@ -25,7 +25,7 @@ class SelfUpdateCommand extends Command /** * {@inheritdoc} */ - protected $description = 'Allows to self-update a build application'; + protected $description = 'Self-update the installed application'; /** * {@inheritdoc}