Skip to content

Commit

Permalink
tpm2_createek: remove unused -d option
Browse files Browse the repository at this point in the history
Signed-off-by: William Roberts <william.c.roberts@intel.com>
  • Loading branch information
William Roberts committed Mar 1, 2018
1 parent cfdd8f0 commit dff1ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tpm2_createek.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ bool tpm2_tool_onstart(tpm2_options **opts) {
};

*opts = tpm2_options_new("e:o:H:P:g:p:S:f:c:", ARRAY_LEN(topts), topts,
on_option, NULL, 0);
on_option, NULL, TPM2_OPTIONS_SHOW_USAGE);

return *opts != NULL;
}
Expand Down

0 comments on commit dff1ac7

Please sign in to comment.