commit | d72a059f6fd7af951fc80686f104ee6d1f9249ad | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Jun 25 13:12:11 2022 -0400 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 13 20:05:49 2022 +0200 |
tree | 040d9ec1c1464aa05307c15a8db903bd093af807 | |
parent | 05757944fd8daa390ce1f67e50f1e3926b179b23 [diff] |
doc: mkimage: Regularize option documentation Square brackets are commonly used to denote optional parts of a command. However, all option arguments are mandatory. Remove these brackets. This also removes some unnecessary quotation marks, and uses hyphens to connect words in option arguments. This is intended to just clean up the formatting, leaving content corrections to later patches. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>