* [PATCH] commands: of_dump: Add description for -n option
@ 2016-02-12 8:46 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2016-02-12 8:46 UTC (permalink / raw)
To: Barebox List
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
commands/of_dump.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/commands/of_dump.c b/commands/of_dump.c
index b15f54a..7bec0b9 100644
--- a/commands/of_dump.c
+++ b/commands/of_dump.c
@@ -141,12 +141,13 @@ BAREBOX_CMD_HELP_START(of_dump)
BAREBOX_CMD_HELP_TEXT("Options:")
BAREBOX_CMD_HELP_OPT ("-f dtb", "work on dtb instead of internal devicetree\n")
BAREBOX_CMD_HELP_OPT ("-F", "return fixed devicetree\n")
+BAREBOX_CMD_HELP_OPT ("-n", "Print node names only, no properties\n")
BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(of_dump)
.cmd = do_of_dump,
BAREBOX_CMD_DESC("dump devicetree nodes")
- BAREBOX_CMD_OPTS("[-fF] [NODE]")
+ BAREBOX_CMD_OPTS("[-fFn] [NODE]")
BAREBOX_CMD_GROUP(CMD_GRP_MISC)
BAREBOX_CMD_COMPLETE(devicetree_file_complete)
BAREBOX_CMD_HELP(cmd_of_dump_help)
--
2.7.0.rc3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-12 8:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-12 8:46 [PATCH] commands: of_dump: Add description for -n option Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox