Browse Source

doc/mkimage.1: Fix -D/-f options formatting

Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
Horst Kronstorfer 13 years ago
parent
commit
49fbf4371e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/mkimage.1

+ 2 - 2
doc/mkimage.1

@@ -82,12 +82,12 @@ Set XIP (execute in place) flag.
 .B Create FIT image:
 .B Create FIT image:
 
 
 .TP
 .TP
-.BI "\-D "dtc option"
+.BI "\-D [" "dtc options" "]"
 Provide special options to the device tree compiler that is used to
 Provide special options to the device tree compiler that is used to
 create the image.
 create the image.
 
 
 .TP
 .TP
-.BI "\-f "fit-image.its"
+.BI "\-f [" "image tree source file" "]"
 Image tree source file that describes the structure and contents of the
 Image tree source file that describes the structure and contents of the
 FIT image.
 FIT image.