]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
authorStefan Roese <sr@denx.de>
Thu, 28 Oct 2010 12:09:29 +0000 (14:09 +0200)
committerStefan Roese <sr@denx.de>
Fri, 3 Dec 2010 15:33:20 +0000 (16:33 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
common/cmd_ubifs.c

index 30b23d31008d4d7a9ab10c09447a0d3c56b2f47b..9526780cdf09306cec9bbac08aecd0d5ee03532d 100644 (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;
        }