diff --git a/hesabixCore/src/Command/UpdateSoftwareCommand.php b/hesabixCore/src/Command/UpdateSoftwareCommand.php index a792459..d0d2a18 100644 --- a/hesabixCore/src/Command/UpdateSoftwareCommand.php +++ b/hesabixCore/src/Command/UpdateSoftwareCommand.php @@ -14,7 +14,7 @@ use Symfony\Component\Lock\LockFactory; #[AsCommand( name: 'hesabix:update', - description: 'Updates the software by pulling from GitHub, clearing cache, and updating the database.please back up database before update' + description: 'Updates the software by pulling from GitHub, clearing cache, and updating the database.please back up database before update!' )] class UpdateSoftwareCommand extends Command {