Added a --signcrl command to the pki utility

This commit is contained in:
Martin Willi
2010-05-21 16:25:51 +02:00
parent 13c593f126
commit 0c73ceff0a
3 changed files with 377 additions and 1 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ int command_usage(char *error)
{
for (i = 0; cmds[i].cmd; i++)
{
fprintf(out, " pki --%-6s (-%c) %s\n",
fprintf(out, " pki --%-7s (-%c) %s\n",
cmds[i].cmd, cmds[i].op, cmds[i].description);
}
}