2a5b6a
From 7ebf34fc1b0b7b3fb149761fee01a92859b1a69e Mon Sep 17 00:00:00 2001
2a5b6a
From: Florian Festi <ffesti@redhat.com>
2a5b6a
Date: Mon, 18 Apr 2016 15:59:18 +0200
2a5b6a
Subject: [PATCH] Add --justdb to the erase section of the man page, too
2a5b6a
2a5b6a
---
2a5b6a
 doc/rpm.8 | 7 +++++--
2a5b6a
 1 file changed, 5 insertions(+), 2 deletions(-)
2a5b6a
2a5b6a
diff --git a/doc/rpm.8 b/doc/rpm.8
2a5b6a
index 2eb5ca5..ccd2e1e 100644
2a5b6a
--- a/doc/rpm.8
2a5b6a
+++ b/doc/rpm.8
2a5b6a
@@ -37,7 +37,7 @@ rpm \- RPM Package Manager
2a5b6a
 
2a5b6a
 
2a5b6a
 
2a5b6a
-\fBrpm\fR {\fB-e|--erase\fR} [\fB--allmatches\fR] [\fB--nodeps\fR] [\fB--noscripts\fR]
2a5b6a
+\fBrpm\fR {\fB-e|--erase\fR} [\fB--allmatches\fR] [\fB--justdb] [\fB--nodeps\fR] [\fB--noscripts\fR]
2a5b6a
     [\fB--notriggers\fR] [\fB--test\fR] \fB\fIPACKAGE_NAME\fB\fR\fI\ ...\fR
2a5b6a
 
2a5b6a
 .SS "MISCELLANEOUS:"
2a5b6a
@@ -377,7 +377,7 @@ potential conflicts.
2a5b6a
 The general form of an rpm erase command is 
2a5b6a
 .PP
2a5b6a
 
2a5b6a
-\fBrpm\fR {\fB-e|--erase\fR} [\fB--allmatches\fR] [\fB--nodeps\fR] [\fB--noscripts\fR] [\fB--notriggers\fR] [\fB--test\fR] \fB\fIPACKAGE_NAME\fB\fR\fI ...\fR
2a5b6a
+\fBrpm\fR {\fB-e|--erase\fR} [\fB--allmatches\fR] [\fB--justdb] [\fB--nodeps\fR] [\fB--noscripts\fR] [\fB--notriggers\fR] [\fB--test\fR] \fB\fIPACKAGE_NAME\fB\fR\fI ...\fR
2a5b6a
 
2a5b6a
 .PP
2a5b6a
 The following options may also be used:
2a5b6a
@@ -388,6 +388,9 @@ Remove all versions of the package which match
2a5b6a
 error is issued if \fIPACKAGE_NAME\fR
2a5b6a
 matches multiple packages.
2a5b6a
 .TP
2a5b6a
+\fB--justdb\fR
2a5b6a
+Update only the database, not the filesystem.
2a5b6a
+.TP
2a5b6a
 \fB--nodeps\fR
2a5b6a
 Don't check dependencies before uninstalling the packages.
2a5b6a
 .TP
2a5b6a
-- 
2a5b6a
2.5.5
2a5b6a