aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-06-13 14:28:49 -0400
committerCameron Katri <me@cameronkatri.com>2022-06-13 22:15:27 -0400
commit9c3635b6eeca14dea544c17fc0497bd205c20b92 (patch)
tree7682110ab176b3a8e4b3eb1d346ecdc25e62746c /README.txt
parent59b06ee63aa566ae7a3c4f6ca90e27e19d6d7226 (diff)
downloadtrustcache-9c3635b6eeca14dea544c17fc0497bd205c20b92.tar.gz
trustcache-9c3635b6eeca14dea544c17fc0497bd205c20b92.tar.zst
trustcache-9c3635b6eeca14dea544c17fc0497bd205c20b92.zip
Rename to trustcache
Linux contains a `tc(8)` that I was unaware of. https://manpages.debian.org/tc.8
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.txt b/README.txt
index 54c313d..12da2b3 100644
--- a/README.txt
+++ b/README.txt
@@ -1,18 +1,19 @@
-TC(1) General Commands Manual TC(1)
+TRUSTCACHE(1) General Commands Manual TRUSTCACHE(1)
NAME
- tc – Create and interact with trustcaches
+ trustcache – Create and interact with trustcaches
SYNOPSIS
- tc append [-f flags] [-u uuid | 0] infile file ...
- tc create [-u uuid] [-v version] outfile file ...
- tc info [-c] [-h] [-e entrynum] file
- tc remove [-k] file hash ...
+ trustcache append [-f flags] [-u uuid | 0] infile file ...
+ trustcache create [-u uuid] [-v version] outfile file ...
+ trustcache info [-c] [-h] [-e entrynum] file
+ trustcache remove [-k] file hash ...
DESCRIPTION
- The tc utility is used to get info about and modify Apple trustcaches.
+ The trustcache utility is used to get info about and modify Apple
+ trustcaches.
- The following commands are supported by tc:
+ The following commands are supported by trustcache:
append [-f flags] [-u uuid | 0] infile file ...
Modify the trustcache at infile to include each signed Mach-O at
@@ -47,12 +48,13 @@ DESCRIPTION
be printed.
EXIT STATUS
- The tc utility exits 0 on success, and >0 if an error occurs.
+ The trustcache utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
cryptex-dump-trust-cache(1), cryptex-generate-trust-cache(1)
HISTORY
- The tc utility was written by Cameron Katri <me@cameronkatri.com>.
+ The trustcache utility was written by Cameron Katri
+ <me@cameronkatri.com>.
FreeBSD 14.0-CURRENT May 19, 2022 FreeBSD 14.0-CURRENT