Browse Source

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

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese 14 years ago
parent
commit
9a2ea578bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/cmd_ubifs.c

+ 1 - 1
common/cmd_ubifs.c

@@ -98,7 +98,7 @@ int do_ubifs_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 	int ret;
 	int ret;
 
 
 	if (!ubifs_mounted) {
 	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;
 		return -1;
 	}
 	}