index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-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[] |