diff --git a/man/slpkg-fr.1 b/man/slpkg-fr.1 index 301bcdaf..d4aa6f47 100644 --- a/man/slpkg-fr.1 +++ b/man/slpkg-fr.1 @@ -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 diff --git a/man/slpkg.1 b/man/slpkg.1 index 3d34c469..3d73582d 100644 --- a/man/slpkg.1 +++ b/man/slpkg.1 @@ -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 diff --git a/slpkg/views/cli_menu.py b/slpkg/views/cli_menu.py index 0133f77c..1503255b 100644 --- a/slpkg/views/cli_menu.py +++ b/slpkg/views/cli_menu.py @@ -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'