Fix command

This commit is contained in:
Dimitris Zlatanidis 2024-03-17 14:14:33 +02:00
parent 43ba985a07
commit 8696b02c5e

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}-D, clean-tmp{self.endc} Delete all the downloaded sources.\n'
f' {self.cyan}-T, 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}-i, install{self.endc} [PACKAGES...] Build and install the packages.\n'
f' {self.cyan}-R, remove{self.endc} [PACKAGES...] Remove installed packages.\n'