aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--agent/findkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/findkey.c b/agent/findkey.c
index 7fb938b35..11746f571 100644
--- a/agent/findkey.c
+++ b/agent/findkey.c
@@ -1439,7 +1439,7 @@ agent_public_key_from_file (ctrl_t ctrl,
{
*p++ = '(';
*p++ = *s++;
- p = stpcpy (p, " %m)");
+ p = stpcpy (p, " %M)");
log_assert (argidx < DIM (args));
args[argidx++] = &array[idx];
}