
On Mon, 2 Oct 2023 at 07:46, Miquel Raynal miquel.raynal@bootlin.com wrote:
While it may sound totally obvious for the regular U-Boot developer to get the parameters of the bind/unbind commands from the output of 'dm tree', it did not felt straightforward to me until I was explicitly told to look there. And even when I knew the command, I did not make a direct link between the arguments of this command and the columns returned by 'dm tree'.
Several of us lost a lot of time because of that, I would like to kindly help other users by slightly improving this textual line. Unfortunately, because of how this string is used (like within the 'help' command) I cannot detail much more, but at least the pointer is there.
Signed-off-by: Miquel Raynal miquel.raynal@bootlin.com
Resend: no change.
Changes in v2:
- Moved the details in the long text section as suggested by Heinrich.
- Rephrased the help text as well, not fully following Heinrich suggestion, but taking inspiration from it.
cmd/bind.c | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org