From f1af2c896ecd2af245c3a7cfcb242c0d2a73e824 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 11 May 2023 20:43:56 +0300 Subject: [PATCH] Updated for cli menu --- slpkg/views/cli_menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/views/cli_menu.py b/slpkg/views/cli_menu.py index 8afa556e..30092bf1 100644 --- a/slpkg/views/cli_menu.py +++ b/slpkg/views/cli_menu.py @@ -79,7 +79,7 @@ class Usage(Configs): f' {self.yellow}-n, --no-silent{self.endc} Disable silent mode.\n' 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 Switch the default repository.\n' + f' {self.yellow}-o, --repository={self.endc}NAME Change repository you want to work.\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'