mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated for commands
This commit is contained in:
parent
186f86d6e8
commit
5b4e03de9f
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ class Usage(Configs):
|
|||
f' {self.cyan}-f, find{self.endc} [packages...] Find installed packages.\n'
|
||||
f' {self.cyan}-w, view{self.endc} [packages...] View packages from the repository.\n'
|
||||
f' {self.cyan}-s, search{self.endc} [packages...] Search packages from the repository.\n'
|
||||
f' {self.cyan}-e, dependees{self.endc} [packages...] Show which packages depend.\n'
|
||||
f' {self.cyan}-e, dependees{self.endc} [packages...] Show which packages depend on.\n'
|
||||
f' {self.cyan}-t, tracking{self.endc} [packages...] Tracking the packages dependencies.\n'
|
||||
f'\n{self.bold}OPTIONS:{self.endc}\n'
|
||||
f' {self.yellow}-y, --yes{self.endc} Answer Yes to all questions.\n'
|
||||
|
|
|
@ -44,7 +44,7 @@ class Help(Configs):
|
|||
'find': "Find your installed packages on your system.",
|
||||
'view': "View information packages from the repository and get everything in your terminal.",
|
||||
'search': "Search and match packages from the repository.",
|
||||
'dependees': "Show which SlackBuilds depend on.",
|
||||
'dependees': "Show which packages depend on.",
|
||||
'tracking': "Tracking the packages dependencies."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue