about summary refs log tree commit diff
path: root/xtools.1
diff options
context:
space:
mode:
authorclassabbyamp <dev@kb6.ee>2022-03-23 16:11:25 -0400
committerLeah Neukirchen <leah@vuxu.org>2022-03-25 23:52:30 +0100
commit601c93bd27315e9876431fce46f58f564272800d (patch)
tree2908a77147c0fcce3927afa7bccfa890e24659ef /xtools.1
parenteedea0e5f57edda89c54a666a266f4d474624a67 (diff)
downloadxtools-601c93bd27315e9876431fce46f58f564272800d.tar.gz
xtools-601c93bd27315e9876431fce46f58f564272800d.tar.xz
xtools-601c93bd27315e9876431fce46f58f564272800d.zip
New tool: xpkgdiff
Closes: #232 [via git-merge-pr]
Diffstat (limited to 'xtools.1')
-rw-r--r--xtools.124
1 files changed, 24 insertions, 0 deletions
diff --git a/xtools.1 b/xtools.1
index c2db90c..051f40b 100644
--- a/xtools.1
+++ b/xtools.1
@@ -150,6 +150,30 @@ show version numbers
 .It Fl V
 show version numbers and description
 .El
+.It Nm xpkgdiff Op Fl Sfrxt Op Fl c Ar file Op Fl p Ar prop,... Ar pkg
+.Nd compare a package in the repositories to the locally-built version
+.Bl -dash -offset 0n -width 0n -compact
+.It
+run from within a void-packages checkout
+.It
+set DIFF to change the diff program used
+.El
+.Bl -tag -offset 2n -width 2n -compact
+.It Fl S
+compare package metadata
+.It Fl f
+compare package file lists
+.It Fl r
+reverse diff (compare local to remote)
+.It Fl x
+compare package dependencies
+.It Fl t
+compare the full package dependency tree. Only used with -x (equivalent to xbps-query --fulldeptree -x)
+.It Fl c Ar file
+compare a file from the package (equivalent to xbps-query --cat)
+.It Fl p Ar prop,...
+compare properties of the package
+.El
 .It Nm xpstree
 .Nd display tree view of xbps-src processes
 .It Nm xq Op Fl R Ar pkg ...