Skip to content

Commit 9a2ea57

Browse files
committed
UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
Signed-off-by: Stefan Roese <sr@denx.de>
1 parent cb9c09d commit 9a2ea57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/cmd_ubifs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ int do_ubifs_ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
9898
int ret;
9999

100100
if (!ubifs_mounted) {
101-
printf("UBIFS not mounted, use ubifs mount to mount volume first!\n");
101+
printf("UBIFS not mounted, use ubifsmount to mount volume first!\n");
102102
return -1;
103103
}
104104

0 commit comments

Comments
 (0)