index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Jelle van der Waa <jelle@archlinux.org> | 2022-04-22 21:40:20 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-05-17 21:03:43 +0200 |
commit | 11edc4504867579e11e90557d8707875f6284431 (patch) | |
tree | cf831321c1de20e6097312c12f2d171abf23d36e /doc | |
parent | f42b032c5ed0b45d56742318bc34c64ecd961ccb (diff) |
-rw-r--r-- | doc/diffpkg.1.asciidoc | 33 |
diff --git a/doc/diffpkg.1.asciidoc b/doc/diffpkg.1.asciidoc new file mode 100644 index 0000000..fe11872 --- /dev/null +++ b/doc/diffpkg.1.asciidoc @@ -0,0 +1,33 @@ +diffpkg(1) +=========== + +Name +---- +diffpkg - Diffoscope the current build package with the repository version + +Synopsis +-------- +diffpkg + +Description +----------- + +Searches for a locally built package corresponding to the PKGBUILD, and +downloads the last version of that package from the Pacman repositories. +It then compares them with diffoscope. + +Options +------- + +*-M, --makepkg-config*:: + Set an alternate makepkg configuration file. + +*-h, --help*:: + Show a help text + +See Also +-------- + +linkman:find-libprovides[1] + +include::footer.asciidoc[] |