summaryrefslogtreecommitdiffstats
path: root/source/a/pkgtools/manpages/upgradepkg.8
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/pkgtools/manpages/upgradepkg.8')
-rw-r--r--source/a/pkgtools/manpages/upgradepkg.820
1 files changed, 19 insertions, 1 deletions
diff --git a/source/a/pkgtools/manpages/upgradepkg.8 b/source/a/pkgtools/manpages/upgradepkg.8
index 8ca7811ba..af526648d 100644
--- a/source/a/pkgtools/manpages/upgradepkg.8
+++ b/source/a/pkgtools/manpages/upgradepkg.8
@@ -22,6 +22,12 @@ upgradepkg \- upgrade Slackware packages.
.B --reinstall
]
[
+.B \--terse
+]
+[
+.B \--terselength <length>
+]
+[
.B --verbose
]
.BI newpackagename
@@ -38,6 +44,12 @@ upgradepkg \- upgrade Slackware packages.
.B --reinstall
]
[
+.B \--terse
+]
+[
+.B \--terselength <length>
+]
+[
.B --verbose
]
.BI oldpackagename%newpackagename
@@ -60,7 +72,7 @@ name, it will remove them all.
.TP
To upgrade in a directory other than / (such as /mnt):
.TP
-ROOT=/mnt upgradepkg package.tgz (or .tbz, .tlz, .txz)
+ROOT=/mnt upgradepkg package.txz (or .tbz, .tgz, .tlz)
.SH OPTIONS
.TP
.B \--dry-run
@@ -81,6 +93,12 @@ Upgradepkg usually skips packages if the exact same package
Use the --reinstall option if you want to upgrade all packages even if the same
version is already installed.
.TP
+.B \--terse
+Upgrade the package displaying only a single description line to stdout.
+.TP
+.B \--terselength <length>
+Maximum line length of --terse mode output. Default is the number of terminal columns.
+.TP
.B \--verbose
Show all the gory details of the upgrade.
.SH BUGS