Added policyConstraints support to pki tool
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ int command_usage(char *error)
|
||||
}
|
||||
for (i = 0; cmds[active].options[i].name; i++)
|
||||
{
|
||||
fprintf(out, " --%-12s (-%c) %s\n",
|
||||
fprintf(out, " --%-15s (-%c) %s\n",
|
||||
cmds[active].options[i].name, cmds[active].options[i].op,
|
||||
cmds[active].options[i].desc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user