From 21585d51c23650d8346f580816245d84efc93bc6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 27 Mar 2015 14:45:26 -0400 Subject: [PATCH] man: Document the db --diff option --- man/rpm-ostree.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man/rpm-ostree.xml b/man/rpm-ostree.xml index 7e0838ce..7ff7851f 100644 --- a/man/rpm-ostree.xml +++ b/man/rpm-ostree.xml @@ -181,7 +181,14 @@ Boston, MA 02111-1307, USA. - diff to see how the packages are different between the trees in two commits. + diff to see how the packages are + different between the trees in two commits. The + option uses + - for removed packages, + + for added packages, and finally + ! for the old version of an updated + package, with a following = for the new + version.