mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for args
This commit is contained in:
parent
d54474b458
commit
5d3f6d923f
1 changed files with 6 additions and 6 deletions
12
man/slpkg.1
12
man/slpkg.1
|
@ -1,4 +1,4 @@
|
|||
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.8.2" dslackw
|
||||
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.8.3" dslackw
|
||||
.SH NAME
|
||||
.P
|
||||
slpkg \- Package manager utility for Slackware.
|
||||
|
@ -11,7 +11,7 @@ slpkg [-h|-v] [-u, update] [-U, upgrade] [-c, check-updates] [-I, repo-info] [-g
|
|||
[-L, clean-logs] [-D, clean-tmp] [-T, clean-data] [-b, build] [-i, install] [-d, download]
|
||||
[-R, remove] [-f, find] [-w, view] [-s, search] [-e, dependees] [-t, tracking] -y, --yes, -j, --jobs, -o, --resolve-off,
|
||||
-r, --reinstall, -k, --skip-installed, -a, --install-data, -E, --full-reverse, -S, --search, -n, --no-silent, -p, --pkg-version,
|
||||
-P, --parallel, -o, --repository=[\fIREPO\fR], -z, --directory=[\fIPATH\fR]
|
||||
-P, --parallel, -o, --repository=\fINAME\fR, -z, --directory=\fIPATH\fR
|
||||
.SH DESCRIPTION
|
||||
.P
|
||||
Slpkg is a software package manager that installs, updates, and removes packages on Slackware based systems.
|
||||
|
@ -124,7 +124,7 @@ of processors and enters it into the MAKEFLAGS variable. Some SlackBuilds fail w
|
|||
the number of processors (-j) is greater than one. (to be used with: -U, upgrade, -b, build, -i, install)
|
||||
.RE
|
||||
.P
|
||||
.B -o, --resolve-off
|
||||
.B -O, --resolve-off
|
||||
.RS
|
||||
Turns off dependency resolving. (to be used with: -U, upgrade, -b, build, -i, install)
|
||||
.RE
|
||||
|
@ -180,14 +180,14 @@ Download files in parallel to speed up the process.
|
|||
(to be used with: -u, update, -U, upgrade, -b, build, -i, install, -d, download)
|
||||
.RE
|
||||
.P
|
||||
.BI "-o," "" " \-\--repository=[" NAME "]
|
||||
.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'.
|
||||
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
|
||||
.P
|
||||
.BI "-z," "" " \-\-directory=[" PATH "]
|
||||
.BI "-z," "" " \-\-directory=" PATH "
|
||||
.RS
|
||||
The directory is the path where the files will be saved. (to be used with: -d, download)
|
||||
.RE
|
||||
|
@ -247,7 +247,7 @@ Note: There is currently no function to indicate the packages if the colors are
|
|||
.P
|
||||
1 Something wrong happened.
|
||||
.P
|
||||
20 No package found to be downloaded, installed, reinstalled, up‐graded, or removed.
|
||||
20 No package found to be downloaded, installed, reinstalled, upgraded, or removed.
|
||||
.RE
|
||||
.SH CONFIGURATION FILES
|
||||
.P
|
||||
|
|
Loading…
Reference in a new issue