Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 570
    • Issues 570
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 109
    • Merge requests 109
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Issues
  • #1523
Closed
Open
Issue created Dec 18, 2019 by Michal Nowak@mnowakOwner

pkcs11-destroy's usage message is misleading

pkcs11-destroy's usage message says "use whatever options you want, if any":

# /root/bind9/bin/pkcs11/pkcs11-destroy -h
Unrecognised option: -h
Usage:
	pkcs11-destroy [-m module] [-s slot] [-i id | -l label] [-p pin] [-w waittime]

But pkcs11-destroy(8) man page says that either -i, or -l needs to be provided:

SYNOPSIS
       pkcs11-destroy [-m module] [-s slot] {-i ID | -l label} [-p PIN] [-w seconds]

DESCRIPTION
       pkcs11-destroy destroys keys stored in a PKCS#11 device, identified by their ID or label.
Assignee
Assign to
Time tracking