From 072c88f305d2bd3fd11e4794e4c61d99477f16b7 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 30 Jan 2022 00:14:11 -0500 Subject: Update usage --- ldid.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ldid.cpp b/ldid.cpp index 59eeba1..86ba619 100644 --- a/ldid.cpp +++ b/ldid.cpp @@ -3112,11 +3112,10 @@ std::string Hex(const uint8_t *data, size_t size) { static void usage(const char *argv0) { fprintf(stderr, "Link Identity Editor %s\n\n", LDID_VERSION); - fprintf(stderr, "usage: %s [-Acputype:subtype] [-a]\n", argv0); - fprintf(stderr, " [-C[adhoc | enforcement | expires | hard |\n"); + 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, " [-e] [-h] [-Kkey.p12 [-Upassword]] [-M] [-P] [-q] [-r | -Sfile | -s]\n"); - fprintf(stderr, " [-Ttimestamp] [-u] file ...\n\n"); + fprintf(stderr, " [-Enum:file] [-e] [-h] [-Kkey.p12 [-Upassword]] [-M] [-P] [-q]\n"); + fprintf(stderr, " [-r | -Sfile | -s] [-Ttimestamp] [-u] file ...\n\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"); -- cgit v1.2.3-56-ge451