aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss2
-rw-r--r--man/kiss.16
2 files changed, 5 insertions, 3 deletions
diff --git a/kiss b/kiss
index 4d0ed1f..cf56c1a 100755
--- 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
index 0bca561..9f32c27 100644
--- 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