aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-07-07 11:22:44 -0400
committerCameron Katri <me@cameronkatri.com>2022-07-07 11:22:44 -0400
commit9685c0d6ce74c677b1b3141a8a885f73e137de31 (patch)
tree5a546b5773cb3a794f038419221e46fd433c6f39
parentdd0f755eae7b1c60274ca37827fce3210810ad3a (diff)
downloadldid-9685c0d6ce74c677b1b3141a8a885f73e137de31.tar.gz
ldid-9685c0d6ce74c677b1b3141a8a885f73e137de31.tar.zst
ldid-9685c0d6ce74c677b1b3141a8a885f73e137de31.zip
Remove reference to -T
-rw-r--r--ldid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldid.cpp b/ldid.cpp
index eb268be..d188458 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -3149,7 +3149,7 @@ static void usage(const char *argv0) {
fprintf(stderr, " host | kill | library-validation | restrict | runtime]] [-D] [-d]\n");
fprintf(stderr, " [-Enum:file] [-e] [-H[sha1 | sha256]] [-h] [-Iname]\n");
fprintf(stderr, " [-Kkey.p12 [-Upassword]] [-M] [-P] [-Qrequirements.xml] [-q]\n");
- fprintf(stderr, " [-r | -Sfile.xml | -s] [-Ttimestamp] [-u] [-arch arch_type] file ...\n");
+ fprintf(stderr, " [-r | -Sfile.xml | -s] [-u] [-arch arch_type] file ...\n");
fprintf(stderr, "Options:\n");
fprintf(stderr, " -S[file.xml] Pseudo-sign using the entitlements in file.xml\n");
fprintf(stderr, " -Kkey.p12 Sign using private key in key.p12\n");