From b8f9846c848c0cbd49b3f4eb0bd9853be9f538a5 Mon Sep 17 00:00:00 2001 From: Umit Kablan Date: Mon, 30 Sep 2024 12:09:05 +0300 Subject: [PATCH] Mention `--revert` flag to remove repo.list backups --- pleskdistup/actions/distupgrade.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pleskdistup/actions/distupgrade.py b/pleskdistup/actions/distupgrade.py index c15b5cc..47fbf9c 100644 --- a/pleskdistup/actions/distupgrade.py +++ b/pleskdistup/actions/distupgrade.py @@ -167,7 +167,10 @@ def __init__( sources_list_d_path: str = "/etc/apt/sources.list.d/", ) -> None: self._name = "Check repo.list leftovers from previous conversion" - self.description = "These repo.list files are found with backups, please check/restore them, and delete the backups: {}" + self.description = """These repo.list backups are found: +\t{} +Please use `--revert` flag to restore and remove those backups. +""" self.sources_list_path = sources_list_path self.sources_list_d_path = sources_list_d_path