diff options
author | merakor <cem@ckyln.com> | 2020-05-02 15:59:00 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-02 15:59:00 +0000 |
commit | c55899c577ca17a3cdac989934aab7ea3a5adb9c (patch) | |
tree | 3fb99aa71ea3777b21f97c089f8c76e0cfd9a5e9 /man | |
parent | e00372a5eadcf40614525668172e55966aa9e2ab (diff) | |
download | cpt-c55899c577ca17a3cdac989934aab7ea3a5adb9c.tar.gz |
kiss-contrib.1: add kiss-changelog and kiss-which to the manual page
FossilOrigin-Name: 5a7793f47525f4956eb3d94dcf5262a3d97893852344a5a04408047c694d11bb
Diffstat (limited to 'man')
-rw-r--r-- | man/kiss-contrib.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/kiss-contrib.1 b/man/kiss-contrib.1 index fbf2acc..64ea066 100644 --- a/man/kiss-contrib.1 +++ b/man/kiss-contrib.1 @@ -25,6 +25,11 @@ information from a \fICargo.lock\fR file. Concatanates a package's files inside the system database. If no file is specified, it looks for \fBbuild\fR, \fBdepends\fR, \fBsources\fR, and \fBversion\fR. +.SH KISS-CHANGELOG +.B kiss-changelog +<pkg> + +Shows a git log of the specified package in an oneline format .SH KISS-CHBUILD .B kiss-chbuild @@ -136,5 +141,10 @@ Prints the packages that depend on the given package. (Reverse dependencies) <pkg> Prints the given package's size, and its individual files. +.SH KISS-WHICH +.B kiss-which +<pkg> + +A \fIwhich\fR-like utility for KISS packages. .SH SEE ALSO kiss(1) |