diff --git a/bin/pkcs11/pkcs11-destroy.c b/bin/pkcs11/pkcs11-destroy.c index ae9f7d1073..9cf80636a3 100644 --- a/bin/pkcs11/pkcs11-destroy.c +++ b/bin/pkcs11/pkcs11-destroy.c @@ -130,7 +130,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); }