From: Mark Andrews Date: Thu, 19 Dec 2019 02:36:24 +0000 (+1100) Subject: update usage message X-Git-Tag: v9.15.8~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d827893e2b8529738491e4780fd76039ccf291;p=thirdparty%2Fbind9.git update usage message --- diff --git a/bin/pkcs11/pkcs11-destroy.c b/bin/pkcs11/pkcs11-destroy.c index 2c0e97f10e8..1d0eb21dea1 100644 --- a/bin/pkcs11/pkcs11-destroy.c +++ b/bin/pkcs11/pkcs11-destroy.c @@ -124,7 +124,7 @@ main(int argc, char *argv[]) { if (errflg || (id && (label != NULL))) { fprintf(stderr, "Usage:\n"); fprintf(stderr, "\tpkcs11-destroy [-m module] [-s slot] " - "[-i id | -l label] [-p pin] [-w waittime]\n"); + "{-i id | -l label} [-p pin] [-w waittime]\n"); exit(1); }