diff options
| author | Wojciech Dubowik <[email protected]> | 2026-02-20 10:15:13 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2026-03-18 06:14:17 -0600 |
| commit | 84432436bf564adc5f48ea81672ee8d5b374cb3d (patch) | |
| tree | 3df99ef2d3b7d2cd120bf7f3aaf6e84b2080cc6f /doc | |
| parent | a8c8ebc8064183921ed419130df229a9d5d43192 (diff) | |
tools: mkeficapsule: Fix dump signature long option
Only short option has been present. Also rename dump_sig
to dump-sig to match with other parameter names.
Fixes: 16abff246b40 ("tools: mkeficapsule: add firmware image signing")
Signed-off-by: Wojciech Dubowik <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mkeficapsule.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mkeficapsule.1 b/doc/mkeficapsule.1 index a726149ba2c..d6653ec4247 100644 --- a/doc/mkeficapsule.1 +++ b/doc/mkeficapsule.1 @@ -121,8 +121,8 @@ Specify a monotonic count which is set to be monotonically incremented at every firmware update. .TP -.B "-d\fR,\fB --dump_sig" -Dump signature data into *.p7 file +.B "-d\fR,\fB --dump-sig" +Dump signature data into <capsule-file-name>.p7 file .SH "GUIDGEN OPTIONS" |
