summaryrefslogtreecommitdiff
path: root/src/systemkey-tool-options.json
blob: 835ffb9c1cd1853ad5e67334b4474dac3679c48e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[
  {
    "meta": {
      "detail": "Program that allows handling user keys as stored in the system in a uniform way.",
      "short-usage": "systemkey-tool [options]\nsystemkey-tool --help for usage instructions.\n",
      "prog-desc": "Program to handle system keys.\n",
      "explain": "",
      "prog-name": "systemkey-tool",
      "desc": "",
      "prog-title": "GnuTLS system key tool"
    },
    "options": [
      {
        "desc": "Enable debugging",
        "arg-type": "number",
        "short-option": "d",
        "arg-min": "0 ",
        "arg-max": " 9999",
        "long-option": "debug",
        "detail": "Specifies the debug level."
      },
      {
        "arg-type": "string",
        "long-option": "outfile",
        "detail": "",
        "desc": "Output file"
      },
      {
        "desc": "Lists all stored keys.",
        "detail": "",
        "long-option": "list"
      },
      {
        "arg-name": "url",
        "detail": "",
        "long-option": "delete",
        "desc": "Delete the key identified by the given URL.",
        "arg-type": "string"
      },
      {
        "long-option": "outder",
        "desc": "Use DER format for output keys",
        "disabled": "",
        "detail": "The output will be in DER format.",
        "disable-prefix": "no-"
      }
    ]
  }
]