summaryrefslogtreecommitdiffstats
path: root/commands/oftree.c
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-07-04 12:18:42 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-07 08:32:55 +0200
commit01d3c9a5edfaada7150706901238c6e3907c5f50 (patch)
tree82a6dde09ae21ce410a0e3af13be136465d67b14 /commands/oftree.c
parent24adc2b69d88d2d906b8023abe7686b009e133b4 (diff)
downloadbarebox-01d3c9a5edfaada7150706901238c6e3907c5f50.tar.gz
barebox-01d3c9a5edfaada7150706901238c6e3907c5f50.tar.xz
Clean up Kconfig and source for a couple device tree commands.
Correct options listings for a couple device tree-related commands. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/oftree.c')
-rw-r--r--commands/oftree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/oftree.c b/commands/oftree.c
index a3b0e04861..983a0a59ea 100644
--- a/commands/oftree.c
+++ b/commands/oftree.c
@@ -145,7 +145,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(oftree)
.cmd = do_oftree,
BAREBOX_CMD_DESC("handle device trees")
- BAREBOX_CMD_OPTS("[-lpfs]")
+ BAREBOX_CMD_OPTS("[-lspf]")
BAREBOX_CMD_GROUP(CMD_GRP_MISC)
BAREBOX_CMD_HELP(cmd_oftree_help)
BAREBOX_CMD_END