aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.cpp
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-07-20 23:26:16 -0400
committerCameron Katri <me@cameronkatri.com>2022-07-20 23:26:16 -0400
commite605d49a6079a2852e60115d5003d243ec0cd51d (patch)
tree1a18849e9bbe15913042042bd42b6533bbe299a1 /ldid.cpp
parent761e019876021e4161c8b890039b375d3aeec546 (diff)
downloadldid-e605d49a6079a2852e60115d5003d243ec0cd51d.tar.gz
ldid-e605d49a6079a2852e60115d5003d243ec0cd51d.tar.zst
ldid-e605d49a6079a2852e60115d5003d243ec0cd51d.zip
Document new -P functionality
Diffstat (limited to 'ldid.cpp')
-rw-r--r--ldid.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldid.cpp b/ldid.cpp
index 2e54207..4d19c93 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -3144,9 +3144,9 @@ static void usage(const char *argv0) {
fprintf(stderr, "Usage: %s [-Acputype:subtype] [-a] [-C[adhoc | enforcement | expires | hard |\n", 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, " [-Kkey.p12 [-Upassword]] [-M] [-P[num]] [-Qrequirements.xml] [-q]\n");
fprintf(stderr, " [-r | -Sfile.xml | -s] [-u] [-arch arch_type] file ...\n");
- fprintf(stderr, "Options:\n");
+ fprintf(stderr, "Common 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");
fprintf(stderr, " -Upassword Use password to unlock key.p12\n");