about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index 9d5557f5..15fa7372 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -265,7 +265,7 @@ cmd_tls_revoke(ProfWin *window, const char *const command, gchar **args)
         if (res) {
             cons_show("Trusted certificate revoked: %s", args[1]);
         } else {
-            cons_show("Could not find certificate: %s", args[0]);
+            cons_show("Could not find certificate: %s", args[1]);
         }
     }
     return TRUE;