diff --git a/hesabixCore/src/Command/UpdateSoftwareCommand.php b/hesabixCore/src/Command/UpdateSoftwareCommand.php index 0555ba7..a792459 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.' + description: 'Updates the software by pulling from GitHub, clearing cache, and updating the database.please back up database before update' )] class UpdateSoftwareCommand extends Command {