diff mbox

[U-Boot] doc/mkimage.1: Fix -D/-f options formatting

Message ID 1324654820-24888-1-git-send-email-hkronsto@frequentis.com
State Accepted
Headers show

Commit Message

Horst Kronstorfer Dec. 23, 2011, 3:40 p.m. UTC
Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
---
 doc/mkimage.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Wolfgang Denk Dec. 23, 2011, 7:11 p.m. UTC | #1
Dear Horst Kronstorfer,

In message <1324654820-24888-1-git-send-email-hkronsto@frequentis.com> you wrote:
> Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
> ---
>  doc/mkimage.1 |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/doc/mkimage.1 b/doc/mkimage.1
index 800aed4..39652c8 100644
--- a/doc/mkimage.1
+++ b/doc/mkimage.1
@@ -82,12 +82,12 @@  Set XIP (execute in place) flag.
 .B Create FIT image:
 
 .TP
-.BI "\-D "dtc option"
+.BI "\-D [" "dtc options" "]"
 Provide special options to the device tree compiler that is used to
 create the image.
 
 .TP
-.BI "\-f "fit-image.its"
+.BI "\-f [" "image tree source file" "]"
 Image tree source file that describes the structure and contents of the
 FIT image.