From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2C013EB64DD for ; Mon, 7 Aug 2023 09:38:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3D7CC86913; Mon, 7 Aug 2023 11:38:27 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="JugHCs/s"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E88F4868CA; Mon, 7 Aug 2023 11:38:25 +0200 (CEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E499086928 for ; Mon, 7 Aug 2023 11:38:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=miquel.raynal@bootlin.com Received: by mail.gandi.net (Postfix) with ESMTPSA id 0B11120004; Mon, 7 Aug 2023 09:38:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691401102; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OcB/oJyqAn57PTDY1UA0O1LUnxp2QT8//ujOzn3KUro=; b=JugHCs/sCQ7bfBcig6RJ2e5RG29rurMZMLayWcb3AbTsMQZPRCZECI8+omzLdruym58cTc 6Rcso5fCvYRG1pwBa36as5TE+PGzWM1ZWT3iwFFRHqLZazYrtbIBgQbhbDyJyLvq7DvdlE rzJaZCI6h54NHL1BiYHCV7oTxkpkdN59MCsAMEfcOHw7FY5gPISWvAhDA7UHp4h7peqCau C4QD2cFdotqzYku+u4euIZ2Qcls4omAVZUDJgla2pigsfZlOZwNfVZSHaRJXXMTvKHdQWu FRE0+WXblGGQ5/Ns9TlDnLwalmUuML86og064fsfXqF+VQ9zn3OqkkzG+1wxXw== Date: Mon, 7 Aug 2023 11:38:20 +0200 From: Miquel Raynal To: Heinrich Schuchardt Cc: Marek Vasut , Lukasz Majewski , u-boot@lists.denx.de, Tom Rini Subject: Re: [PATCH 1/2] cmd: bind: Try to improve the (un)bind help Message-ID: <20230807113820.27cb9ada@xps-13> In-Reply-To: References: <20230804191306.1885939-1-miquel.raynal@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: miquel.raynal@bootlin.com X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Heinrich, > > U_BOOT_CMD( > > bind, 4, 0, do_bind_unbind, > > - "Bind a device to a driver", > > + "Bind a device to a driver, see 'dm tree' for the parameters\n", =20 >=20 > How about >=20 > "Use 'dm tree' to list classes, drivers, and devices." >=20 > as last line of the help long text. Where is this supposed to be? Is there another macro to use than U_BOOT_CMD()? Thanks, Miqu=C3=A8l