summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorsascha <sascha@nomad.localdomain>2007-10-19 11:23:24 +0200
committersascha <sascha@nomad.localdomain>2007-10-19 11:23:24 +0200
commit95db50e812816127caf570449205a80cd626c263 (patch)
tree49f0b0a002e85e0356894a871e6654df01e64efd /lib
parenta39dde980d8c648ffb74b12a4c1ca7466c792fa2 (diff)
downloadbarebox-95db50e812816127caf570449205a80cd626c263.tar.gz
barebox-95db50e812816127caf570449205a80cd626c263.tar.xz
Fix documentation for addpart/delpart/devinfo. These commands
now take a device file, not a device id.
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)