Updated for commands

This commit is contained in:
Dimitris Zlatanidis 2023-03-30 23:10:26 +03:00
parent 186f86d6e8
commit 5b4e03de9f
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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."
}