mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated for clean logs
This commit is contained in:
parent
c3e0af4707
commit
78c2499840
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ Affiche les informations relatives aux dépôts, telles que les dépôts actifs,
|
||||||
.P
|
.P
|
||||||
.B -L, clean-logs
|
.B -L, clean-logs
|
||||||
.RS
|
.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
|
.RE
|
||||||
.P
|
.P
|
||||||
.B -T, clean-data
|
.B -T, clean-data
|
||||||
|
|
|
@ -45,7 +45,7 @@ and how many packages they contain.
|
||||||
.P
|
.P
|
||||||
.B -L, clean-logs
|
.B -L, clean-logs
|
||||||
.RS
|
.RS
|
||||||
Cleans dependencies log tracking. After that procedure you should remove dependencies by hand.
|
Cleans dependencies log tracking and the process log files.
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
.B -T, clean-data
|
.B -T, clean-data
|
||||||
|
|
|
@ -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}-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}-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}-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}-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}-D, clean-tmp{self.endc} Delete all the downloaded sources.\n'
|
||||||
f' {self.cyan}-b, build{self.endc} [PACKAGES...] Build only the packages.\n'
|
f' {self.cyan}-b, build{self.endc} [PACKAGES...] Build only the packages.\n'
|
||||||
|
|
Loading…
Reference in a new issue