mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fix command
This commit is contained in:
parent
43ba985a07
commit
8696b02c5e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue