UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2010-10-28 14:09:29 +02:00
parent cb9c09d487
commit 9a2ea578bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}