From 5b4e03de9f16351a24d058fdeafb495b8f28b57c Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 30 Mar 2023 23:10:26 +0300 Subject: [PATCH] Updated for commands --- slpkg/views/cli_menu.py | 2 +- slpkg/views/help_commands.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slpkg/views/cli_menu.py b/slpkg/views/cli_menu.py index 5cb5cae2..fb528fd9 100644 --- a/slpkg/views/cli_menu.py +++ b/slpkg/views/cli_menu.py @@ -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' diff --git a/slpkg/views/help_commands.py b/slpkg/views/help_commands.py index 8f662f1b..fd19366e 100644 --- a/slpkg/views/help_commands.py +++ b/slpkg/views/help_commands.py @@ -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." }