aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-07-30 13:37:35 +0000
committermerakor <cem@ckyln.com>2021-07-30 13:37:35 +0000
commitaab6f5bc18810b340515d5e9decaadb144c84b15 (patch)
tree02c17f10f1f8c71e9130e9641e580af9bce90eaf /man
parent28b6e68c812da646c181bb60b2276037bc7de0b9 (diff)
downloadcpt-aab6f5bc18810b340515d5e9decaadb144c84b15.tar.gz
cpt-checksum: add option to use sha256 digest
FossilOrigin-Name: 2bac5faea6f21388a494d2d0db913b339e88f1b5a9320176ee3b7be2fc0e0002
Diffstat (limited to 'man')
-rw-r--r--man/cpt-checksum.116
1 files changed, 14 insertions, 2 deletions
diff --git a/man/cpt-checksum.1 b/man/cpt-checksum.1
index 4c637eb..bfced46 100644
--- a/man/cpt-checksum.1
+++ b/man/cpt-checksum.1
@@ -5,15 +5,27 @@
.Nd generate checksums
.Sh SYNOPSIS
.Nm
+.Op Fl s
.Op Ar package...
.Sh DESCRIPTION
.Nm
-lints a package, downloads the sources, and creates a checksum file
-including the SHA256 digests of the sources. If no
+lints a package, downloads the sources, and creates a file named
+.Sq checksums
+which includes the
+.Em BLAKE3
+digests of the sources. If no
.Ar package
is specified,
.Nm
will generate checksums assuming the working directory as the package.
+.Pp
+If the
+.Fl s
+flag is given,
+.Nm
+will generate checksums using the
+.Em SHA256
+algorithm.
.Sh AUTHOR
.An Cem Keylan Aq Mt cem@ckyln.com
.Sh LICENSE