mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Updated for help
This commit is contained in:
parent
5d3f6d923f
commit
895cfcaf2d
2 changed files with 3 additions and 2 deletions
|
@ -182,7 +182,8 @@ Download files in parallel to speed up the process.
|
||||||
.P
|
.P
|
||||||
.BI "-o," "" " \-\--repository=" NAME "
|
.BI "-o," "" " \-\--repository=" NAME "
|
||||||
.RS
|
.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.
|
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)
|
(to be used with: -u, update, -c, check-updates, -U, upgrade, -i, install, -d, download, -s, search, -t, tracking, -e, dependees, -w, view)
|
||||||
.RE
|
.RE
|
||||||
|
|
|
@ -79,7 +79,7 @@ class Usage(Configs):
|
||||||
f' {self.yellow}-n, --no-silent{self.endc} Disable silent mode.\n'
|
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, --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}-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'
|
f' {self.yellow}-z, --directory={self.endc}PATH Download files to a specific path.\n'
|
||||||
'\n -h, --help Show this message and exit.\n'
|
'\n -h, --help Show this message and exit.\n'
|
||||||
' -v, --version Print version and exit.\n'
|
' -v, --version Print version and exit.\n'
|
||||||
|
|
Loading…
Add table
Reference in a new issue