diff options
| author | Simon Glass <[email protected]> | 2024-07-31 08:49:00 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-05 12:15:29 -0600 |
| commit | 8436282e24df315a37bb0392fcf6212458239432 (patch) | |
| tree | 71a1ff49bcd2944bd96db8e6f96ad76db0e50c68 /doc | |
| parent | 59ca3a2f20f37fd45e4ccf266ae2df9379c7af91 (diff) | |
mkeficapsule: Add a --version argument
Tools should have an option to obtain the version, so add this to the
mkeficapsule tool.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mkeficapsule.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mkeficapsule.1 b/doc/mkeficapsule.1 index c4c2057d5c7..c3d0f21488a 100644 --- a/doc/mkeficapsule.1 +++ b/doc/mkeficapsule.1 @@ -88,6 +88,10 @@ Generate a firmware revert empty capsule Capsule OEM flag, value between 0x0000 to 0xffff .TP +.BR -V ", " --version +Print version information and exit. + +.TP .BR -h ", " --help Print a help message |
