Updated for clean logs

This commit is contained in:
Dimitris Zlatanidis 2023-06-29 23:02:09 +03:00
parent c3e0af4707
commit 78c2499840
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ Affiche les informations relatives aux dépôts, telles que les dépôts actifs,
.P
.B -L, clean-logs
.RS
Nettoie le suivi du journal des dépendances. Après cette procédure, vous devez supprimer les dépendances à la main.
Nettoie le suivi des journaux de dépendances et les fichiers journaux de processus.
.RE
.P
.B -T, clean-data

View file

@ -45,7 +45,7 @@ and how many packages they contain.
.P
.B -L, clean-logs
.RS
Cleans dependencies log tracking. After that procedure you should remove dependencies by hand.
Cleans dependencies log tracking and the process log files.
.RE
.P
.B -T, clean-data

View file

@ -55,7 +55,7 @@ class Usage(Configs):
f' {self.cyan}-c, check-updates{self.endc} Check for news on ChangeLog.txt.\n'
f' {self.cyan}-I, repo-info{self.endc} Prints the repositories information.\n'
f' {self.cyan}-g, configs{self.endc} Edit the configuration file.\n'
f' {self.cyan}-L, clean-logs{self.endc} Clean dependencies log tracking.\n'
f' {self.cyan}-L, clean-logs{self.endc} Clean all logging files.\n'
f' {self.cyan}-T, clean-data{self.endc} Clean all the repositories data.\n'
f' {self.cyan}-D, clean-tmp{self.endc} Delete all the downloaded sources.\n'
f' {self.cyan}-b, build{self.endc} [PACKAGES...] Build only the packages.\n'