Log list of loaded plugins in main PKI help output.

This commit is contained in:
Tobias Brunner
2012-01-19 11:56:43 +01:00
parent 576298a3ef
commit fdf1f239ef
+8
View File
@@ -176,6 +176,14 @@ int command_usage(char *error)
fprintf(out, "Error: %s\n", error);
}
fprintf(out, "strongSwan %s PKI tool\n", VERSION);
if (active == help_idx)
{
char *plugins = lib->plugins->loaded_plugins(lib->plugins);
fprintf(out, "loaded plugins: %s\n", plugins);
free(plugins);
}
fprintf(out, "usage:\n");
if (active == help_idx)
{