diff --git a/slpkg/views/cli_menu.py b/slpkg/views/cli_menu.py index 6fa2fdd0..0bff9efb 100644 --- a/slpkg/views/cli_menu.py +++ b/slpkg/views/cli_menu.py @@ -65,7 +65,7 @@ class Usage(Configs): f' {self.yellow}--search{self.endc} Search packages from the repository.\n' f' {self.yellow}--no-silent{self.endc} Disable silent mode.\n' f' {self.yellow}--directory={self.endc}PATH Download files to a specific path.\n' - f' {self.yellow}--pkg-version{self.endc} Print the repository package version.\n' + f' {self.yellow}--pkg-version{self.endc} Print the repository package version.\n' '\n -h, --help Show this message and exit.\n' ' -v, --version Print version and exit.\n' '\nEdit the configuration file in the /etc/slpkg/slpkg.toml \n'