diff --git a/slpkg/views/cli_menu.py b/slpkg/views/cli_menu.py index 3e56351b..0a830ff9 100644 --- a/slpkg/views/cli_menu.py +++ b/slpkg/views/cli_menu.py @@ -80,7 +80,7 @@ class Usage(Configs): f' {self.yellow}-p, --pkg-version{self.endc} Print the repository package version.\n' f' {self.yellow}-P, --parallel{self.endc} Download files in parallel.\n' f' {self.yellow}-o, --repository={self.endc}NAME Set a binary repository.\n' - f' {self.yellow}-z, --directory={self.endc}PATH Download files to a specific path.\n' + f' {self.yellow}-z, --directory={self.endc}PATH Download files to a specific path.\n' '\n -h, --help Show this message and exit.\n' ' -v, --version Print version and exit.\n' "\nIf you need more information try to use slpkg manpage.\n"