UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
cb9c09d487
commit
9a2ea578bc
@ -98,7 +98,7 @@ int do_ubifs_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||
int ret;
|
||||
|
||||
if (!ubifs_mounted) {
|
||||
printf("UBIFS not mounted, use ubifs mount to mount volume first!\n");
|
||||
printf("UBIFS not mounted, use ubifsmount to mount volume first!\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user