
30 Jun
2022
30 Jun
'22
12:06 p.m.
On Sat, 25 Jun 2022 at 11:12, Sean Anderson seanga2@gmail.com wrote:
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
Changes in v3:
- Clarify intent in commit message
Changes in v2:
- Fix extra quote in -E synopsis
doc/mkimage.1 | 72 +++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org