diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-26 01:44:31 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-26 01:44:31 +0300 |
commit | b9f350ee20251746c540ff352e7082e66b9c5ac8 (patch) | |
tree | 7a828b33eec8efa8cde06792ea7c92ba075e254a /bin/ak-zchain | |
parent | 00f3e970c39adb28e24a6ac0cdbfffc8bac8ac67 (diff) | |
download | arching-kaos-tools-b9f350ee20251746c540ff352e7082e66b9c5ac8.tar.gz arching-kaos-tools-b9f350ee20251746c540ff352e7082e66b9c5ac8.tar.bz2 arching-kaos-tools-b9f350ee20251746c540ff352e7082e66b9c5ac8.zip |
ak-gpg: new flag --verify-file <file>
Diffstat (limited to 'bin/ak-zchain')
-rwxr-xr-x | bin/ak-zchain | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/ak-zchain b/bin/ak-zchain index 73d38ba..eabd9a4 100755 --- a/bin/ak-zchain +++ b/bin/ak-zchain @@ -5,7 +5,6 @@ ## Usage: ## ## -h, --help Prints this help message -## ## -r, --reset Reset zchain ## Backs up your latest block into IPFS ## filesystem, replaces it with an empty file @@ -15,7 +14,6 @@ ## This program, does NOT delete anything from ## your IPFS repository, neither denies access to ## previously created blocks. -## ## --rebase <zblock> Rebase zchain to a zblock ## Backs up your latest block into IPFS ## filesystem, replaces it with a zblock and @@ -25,24 +23,15 @@ ## This program, does NOT delete anything from ## your IPFS repository, neither denies access to ## previously created blocks. -## ## --rebase-back-one Rebase zchain one zblock back -## ## --extract-cids Extracts IPFS CIDv0 links of a zchain -## ## --extract-data-cids Extracts data IPFS CIDv0 links from a zchain -## ## --calculate-size Calculates the size of a zchain -## ## --crawl Crawls zchains ( --crawl --help for more ## options) -## ## --crawl-self Crawls the local zchain -## ## --crawl-remote-ipfs Crawls a remote zchain -## ## --crawl-remote-ipns Crawls a remote zchain from ipns key -## ## --get-latest Returns the latest zblock from your zchain ## fullprogrampath="$(realpath $0)" |