From b34738ed08c2227300d554b139e2495ca5da97d6 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Thu, 28 Jun 2012 21:16:07 +0200 Subject: Imported Upstream version 4.6.4 --- src/pki/command.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/pki/command.c') diff --git a/src/pki/command.c b/src/pki/command.c index 0142b4ab7..07ba5bb1d 100644 --- a/src/pki/command.c +++ b/src/pki/command.c @@ -176,6 +176,13 @@ int command_usage(char *error) fprintf(out, "Error: %s\n", error); } fprintf(out, "strongSwan %s PKI tool\n", VERSION); + + if (active == help_idx) + { + fprintf(out, "loaded plugins: %s\n", + lib->plugins->loaded_plugins(lib->plugins)); + } + fprintf(out, "usage:\n"); if (active == help_idx) { -- cgit v1.2.3