commit 128275c5e533a5cd6419ea3ba5dd8401a5ede997
parent 8d9137f12f7d64526037d01cad940517e5f9be24
Author: Cem Keylan <cem@ckyln.com>
Date: Sun, 19 Apr 2020 01:02:25 +0300
kiss: bump to 1.13.0
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/kiss b/kiss
@@ -1335,7 +1335,7 @@ args() {
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
ss|singlesearch) for pkg do pkg_find "$pkg"; done ;;
- v|version) log kiss 1.12.3 ;;
+ v|version) log kiss 1.13.0 ;;
h|help|-h|--help|'')
log 'kiss [a|b|c|f|i|l|r|s|ss|u|v] [pkg] [pkg] [pkg]'
diff --git a/man/kiss.1 b/man/kiss.1
@@ -1,4 +1,4 @@
-.TH KISS "1" "2020-04-03" "CARBS LINUX" "General Commands Manual"
+.TH KISS "1" "2020-04-19" "CARBS LINUX" "General Commands Manual"
.SH NAME
kiss
.SH DESCRIPTION
@@ -7,7 +7,7 @@ written in POSIX sh. Forked from KISS Linux.
.PP
.SH SYNOPSIS
.IP kiss
-[a|b|c|f|i|l|r|s|u|v] [pkg] [pkg] [pkg]
+[a|b|c|f|i|l|r|s|ss|u|v] [pkg] [pkg] [pkg]
.PP
.SH OPTIONS
.TP
@@ -27,6 +27,8 @@ written in POSIX sh. Forked from KISS Linux.
.TP
\fBsearch\fR Search for a package
.TP
+\fBsinglesearch\fR Output the first match of a package
+.TP
\fBupdate\fR Check for updates
.TP
\fBversion\fR Package manager version