diff options
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/command.c b/agent/command.c index 49779d71a..39b4b3fb2 100644 --- a/agent/command.c +++ b/agent/command.c @@ -776,6 +776,7 @@ cmd_sigkey (assuan_context_t ctx, char *line) int opt_another; opt_another = has_option (line, "--another"); + line = skip_options (line); rc = parse_keygrip (ctx, line, opt_another? ctrl->keygrip1 : ctrl->keygrip); if (rc) |