mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
Modify help text
This commit is contained in:
parent
a1e7b0f7e4
commit
59ef355326
@ -46,7 +46,7 @@ public class Commander {
|
||||
description = "The TCG eventlog file to use as a support RIM.")
|
||||
private String rimEventLog = "";
|
||||
@Parameter(names = {"--rfc3852"}, order = 10,
|
||||
description = "Add a timestamp to the signature that is compliant with RFC3852.")
|
||||
description = "Add a placeholder for a base 64-encoded RFC3852 countersignature.")
|
||||
private boolean rfc3852 = false;
|
||||
@Parameter(names = {"--rfc3339"}, order = 11,
|
||||
description = "Add a timestamp to the signature that is compliant with RFC3339.")
|
||||
|
Loading…
Reference in New Issue
Block a user