summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/driver.c b/lib/driver.c
index 8510fd8ef1..b16a9e3841 100644
--- a/lib/driver.c
+++ b/lib/driver.c
@@ -318,7 +318,7 @@ static int do_devinfo ( cmd_tbl_t *cmdtp, int argc, char *argv[])
static __maybe_unused char cmd_devinfo_help[] =
"Usage: devinfo [DEVICE]\n"
"If called without arguments devinfo shows a summary about known devices and\n"
-"drivers. If called with a device id as argument devinfo shows more detailed\n"
+"drivers. If called with a device path as argument devinfo shows more detailed\n"
"informations about this device and its parameters.\n";
U_BOOT_CMD_START(devinfo)