diff options
author | Tom Rini <trini@konsulko.com> | 2015-08-26 15:21:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-11 17:12:11 -0400 |
commit | 354973076af744882f10311faa6dc0c1ca09d16b (patch) | |
tree | 8ba04c6eccbe43019b6936d5b70ad574ee7db766 /tools | |
parent | e392b923ed6d6acff08b0a7aa5f457fff80fb0de (diff) | |
download | u-boot-imx-354973076af744882f10311faa6dc0c1ca09d16b.zip u-boot-imx-354973076af744882f10311faa6dc0c1ca09d16b.tar.gz u-boot-imx-354973076af744882f10311faa6dc0c1ca09d16b.tar.bz2 |
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 <trini@konsulko.com>
Diffstat (limited to 'tools')
-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 c50af05..8af9d50 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" |