diff options
author | merakor <cem@ckyln.com> | 2020-05-09 18:58:19 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-09 18:58:19 +0000 |
commit | 9827f91075bc85047713f0537d3b732a29491ed6 (patch) | |
tree | b7d515709d320ed40d1aa3ce4e286a710f186a7f | |
parent | c2d982785297f51d568096638d899940da4b7a3f (diff) | |
download | cpt-9827f91075bc85047713f0537d3b732a29491ed6.tar.gz |
kiss.1: add the download function
FossilOrigin-Name: d4a3e8967c548e2162bc776e33e135f89208ac949fabcfbfca899ace369f6ef6
-rw-r--r-- | man/kiss.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,7 @@ written in POSIX sh. Forked from KISS Linux. .PP .SH SYNOPSIS .IP kiss -[a|b|c|e|f|i|l|r|s|u|v] [pkg] [pkg] [pkg] +[a|b|c|d|e|f|i|l|r|s|u|v] [pkg] [pkg] [pkg] .PP .SH OPTIONS .TP @@ -17,6 +17,8 @@ written in POSIX sh. Forked from KISS Linux. .TP \fBchecksum\fR Generate checksums .TP +\fBdownload\fR Download sources for the given package +.TP \fBextension\fR List available kiss extensions .TP \fBfetch\fR Fetch repositories |