Uploaded image for project: 'OpenDNSSEC'
  1. OpenDNSSEC
  2. OPENDNSSEC-56

ksmutil usage output is incorrect

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 1.3.5
    • Fix Version/s: 1.3.6
    • Component/s: Enforcer
    • Labels:

      Description

      $ ods-ksmutil -f /home/jad/fakeroot/etc/opendnssec/conf.xml setup
      Unknown command: /home/jad/fakeroot/etc/opendnssec/conf.xml
      usage: ods-ksmutil [-f config] command [options]

      help
      --version aka -V
      setup
      ...

      But the code says
      static struct option long_options[] =
      {

      {"all", no_argument, 0, 'a'}

      ,

      {"bits", required_argument, 0, 'b'}

      ,

      {"config", required_argument, 0, 'c'}

      ,

      {"ds", no_argument, 0, 'd'}

      ,

      {"keystate", required_argument, 0, 'e'}

      ,

      {"no-retire", no_argument, 0, 'f'}

      ,
      ...

        Attachments

          Activity

            People

            Assignee:
            jerry Jerry Lundström
            Reporter:
            jad John Dickinson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: