summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-01-25 08:39:37 +0200
committerFlorian Festi <ffesti@redhat.com>2022-01-25 08:11:18 +0100
commit6de0d31ed3b4907dbd7e1683a18ea3a28790614d (patch)
treeeac0f9fbe9245208979f814ea333921a343c09a1 /docs/man
parent709dab9f78127856a57a42b6058f901f321cedf2 (diff)
downloadrpm-6de0d31ed3b4907dbd7e1683a18ea3a28790614d.tar.gz
Add --justdb counterpart --nodb and matching API flag
Sometimes you just want to extract the files without touching the database, just like sometimes you just want the database changed. Potential use-cases include rpm2cpio style operation and src.rpm install.
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/rpm.8.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/man/rpm.8.md b/docs/man/rpm.8.md
index 3a8e4a6b7..5b63d2d73 100644
--- a/docs/man/rpm.8.md
+++ b/docs/man/rpm.8.md
@@ -36,8 +36,8 @@ INSTALLING, UPGRADING, AND REMOVING PACKAGES:
**rpm** {**\--reinstall**} \[**install-options**\] *PACKAGE\_FILE \...*
-**rpm** {**-e\|\--erase**} \[**\--allmatches**\] \[**\--justdb\]
-\[\--nodeps**\] \[**\--noscripts**\] \[**\--notriggers**\]
+**rpm** {**-e\|\--erase**} \[**\--allmatches**\] \[**\--justdb**\]
+\[**\--nodb**\] \[**\--nodeps**\] \[**\--noscripts**\] \[**\--notriggers**\]
\[**\--test**\] *PACKAGE\_NAME \...*
MISCELLANEOUS:
@@ -102,7 +102,7 @@ install-options
\[**\--allfiles**\] \[**\--badreloc**\] \[**\--excludepath ***OLDPATH*\]
\[**\--excludedocs**\] \[**\--force**\] \[**-h,\--hash**\]
\[**\--ignoresize**\] \[**\--ignorearch**\] \[**\--ignoreos**\]
-\[**\--includedocs**\] \[**\--justdb**\] \[**\--nodeps**\]
+\[**\--includedocs**\] \[**\--justdb**\] \[**--nodb**\] \[**\--nodeps**\]
\[**\--nodigest**\] \[**\--noplugins**\] \[**\--nocaps**\]
\[**\--noorder**\] \[**\--noverify**\] \[**\--nosignature**\]
\[**\--noscripts**\] \[**\--notriggers**\] \[**\--oldpackage**\]
@@ -315,6 +315,10 @@ This reinstalls a previously installed package.
: Update only the database, not the filesystem.
+**\--nodb**
+
+: Update only the filesystem, not the database.
+
**\--nodigest**
: Don\'t verify package or header digests when reading.