summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-08-13 10:12:21 +0200
committerTom Rini <trini@konsulko.com>2020-08-14 13:01:56 -0400
commitbe9e57b2b9588823d84ae154c9f3cf54058b3dff (patch)
treee4ee7404ac560ae493d37dcb8df21156331a7c60
parent40647883c3509ae8cd3224c9ce13e81d11ca835e (diff)
downloadu-boot-WIP/2020-08-14-assorted-updates.tar.gz
cmd: demo: Remove duplicated help message for list subcommandWIP/2020-08-14-assorted-updates
There is no need to show demo list description twice when help demo is performed. The patch removes duplicated entry. Current state: => help demo demo - Driver model (dm) demo operations Usage: demo list List available demo devices demo hello <num> [<char>] Say hello demo light [<num>] Set or get the lights demo status <num> Get demo device status demo list List available demo devices Fixes: a02af4aeece4 ("dm: demo: Add a simple GPIO demonstration") Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--cmd/demo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/demo.c b/cmd/demo.c
index f923533f79..7310aa2907 100644
--- a/cmd/demo.c
+++ b/cmd/demo.c
@@ -130,5 +130,4 @@ U_BOOT_CMD(
"demo hello <num> [<char>] Say hello\n"
"demo light [<num>] Set or get the lights\n"
"demo status <num> Get demo device status\n"
- "demo list List available demo devices"
);