From 698383fe8ea3a755f93e9e9446a5560e040c6b56 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 13 Aug 2020 10:12:21 +0200 Subject: cmd: demo: Remove duplicated help message for list subcommand 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 [] Say hello demo light [] Set or get the lights demo status Get demo device status demo list List available demo devices Fixes: a02af4aeece4 ("dm: demo: Add a simple GPIO demonstration") Signed-off-by: Michal Simek Reviewed-by: Simon Glass --- cmd/demo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/demo.c b/cmd/demo.c index f923533f794..7310aa2907a 100644 --- a/cmd/demo.c +++ b/cmd/demo.c @@ -130,5 +130,4 @@ U_BOOT_CMD( "demo hello [] Say hello\n" "demo light [] Set or get the lights\n" "demo status Get demo device status\n" - "demo list List available demo devices" ); -- cgit v1.2.3