commit 4635df19381aa0d3221a7257f1829eb29a6d5abb
parent d1b627e02cb4a9ca688b3fe5244bb184e8d82f2e
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 3 Apr 2020 22:28:59 +0300
kiss.1: add fetch option
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kiss.1 b/kiss.1
@@ -9,10 +9,11 @@ Tiny and straightforward package manager for KISS written in POSIX sh.
.
.nf
--> kiss [a|b|c|i|l|r|s|u|v] [pkg] [pkg] [pkg]
+-> kiss [a|b|c|f|i|l|r|s|u|v] [pkg] [pkg] [pkg]
-> alternatives: List and swap to alternatives
-> build: Build a package
-> checksum: Generate checksums
+-> fetch: Fetch repositories
-> install: Install a package
-> list: List installed packages
-> remove: Remove a package