diff options
| author | Tom Rini <[email protected]> | 2015-08-26 15:21:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-10-11 17:12:11 -0400 |
| commit | 354973076af744882f10311faa6dc0c1ca09d16b (patch) | |
| tree | 8ba04c6eccbe43019b6936d5b70ad574ee7db766 | |
| parent | e392b923ed6d6acff08b0a7aa5f457fff80fb0de (diff) | |
tools/mkimage.c: Clarify help text for -D slightly
Try and make it clear that -D will replace all arguments passed to dtc
and is not appending them.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | tools/mkimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c index c50af0510dc..8af9d50e2cd 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -595,7 +595,7 @@ static void usage(void) params.cmdname); fprintf(stderr, " %s [-D dtc_options] [-f fit-image.its|-F] fit-image\n", params.cmdname); - fprintf(stderr, " -D => set options for device tree compiler\n" + fprintf(stderr, " -D => set all options for device tree compiler\n" " -f => input filename for FIT source\n"); #ifdef CONFIG_FIT_SIGNATURE fprintf(stderr, "Signing / verified boot options: [-k keydir] [-K dtb] [ -c <comment>] [-r]\n" |
