From e605d49a6079a2852e60115d5003d243ec0cd51d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 20 Jul 2022 23:26:16 -0400 Subject: Document new -P functionality --- ldid.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldid.cpp') 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"); -- cgit v1.2.3