diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf-comp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index b441572cf..8d6e223c9 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -336,7 +336,10 @@ static struct { "group" }, { "optional arg" }, { "list" }, - { "runtime" } + { "runtime" }, + { "default" }, + { "default desc" }, + { "no arg desc" } }; |