summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMarek BehĂșn <[email protected]>2021-05-26 14:08:26 +0200
committerJagan Teki <[email protected]>2021-06-24 11:55:13 +0530
commite41a2bc6b87397ef0aeda4132a8227d164cd592b (patch)
tree5bc3f1262a8f6b3e02d2a38ef7fcdb4de9e3f7ff /cmd
parentdcb9a80359d699cf659c95b9b6e6604e2d68adb9 (diff)
cmd: mtd: expand <name> argument definition in command help
The <name> argument can now also be MTD's DM device name or OF path. Mention this is command help. Signed-off-by: Marek BehĂșn <[email protected]> Reviewed-by: Miquel Raynal <[email protected]> Tested-by: Patrice Chotard <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Cc: Priyanka Jain <[email protected]> Cc: Simon Glass <[email protected]> Cc: Heiko Schocher <[email protected]> Cc: Patrick Delaunay <[email protected]>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mtd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mtd.c b/cmd/mtd.c
index 2aabfd4d298..c22478c1527 100644
--- a/cmd/mtd.c
+++ b/cmd/mtd.c
@@ -542,7 +542,7 @@ static char mtd_help_text[] =
"mtd bad <name>\n"
"\n"
"With:\n"
- "\t<name>: NAND partition/chip name\n"
+ "\t<name>: NAND partition/chip name (or corresponding DM device name or OF path)\n"
"\t<addr>: user address from/to which data will be retrieved/stored\n"
"\t<off>: offset in <name> in bytes (default: start of the part)\n"
"\t\t* must be block-aligned for erase\n"