diff --git a/man/slpkg.1 b/man/slpkg.1 index ad5725b3..d31543a1 100644 --- a/man/slpkg.1 +++ b/man/slpkg.1 @@ -182,7 +182,8 @@ Download files in parallel to speed up the process. .P .BI "-o," "" " \-\--repository=" NAME " .RS -Set the repository you want to work with. Make sure that you have been enabling the repository in the file '/etc/slpkg/repositories.toml'. +Switches the default repository and set the repository you want to work with. +Make sure that you have been enabling the repository in the file '/etc/slpkg/repositories.toml'. Repo pattern '*' supported only with: '-s, search' option. (to be used with: -u, update, -c, check-updates, -U, upgrade, -i, install, -d, download, -s, search, -t, tracking, -e, dependees, -w, view) .RE diff --git a/slpkg/views/cli_menu.py b/slpkg/views/cli_menu.py index 9d14e963..8afa556e 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 Set a binary repository.\n' + f' {self.yellow}-o, --repository={self.endc}NAME Switch the default repository.\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'