mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:00:00 -04:00
update usage message
This commit is contained in:
parent
3352a38da4
commit
41d827893e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue