Commit e7526e1
tpm2_createek: Correct man page example
The example
tpm2_createek -G rsa -u ek.pub
from 'man tpm2_createek' misses to provide '-c'.
It thus fails with
ERROR: Expected option -c
According to tools/tpm2_createek.c:441, the option must be present in
any case. Adjust the man page example accordingly.
Signed-off-by: Tobias Deiminger <tdmg@linutronix.de>1 parent 4894e1c commit e7526e1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments