summaryrefslogtreecommitdiffstats
path: root/common/cmd_ubifs.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2010-10-28 14:09:29 +0200
committerStefan Roese <sr@denx.de>2010-12-03 16:33:20 +0100
commit9a2ea578bc2f556fd92a3bcb9127d3fc9c6ee1bd (patch)
tree5a90e696ca88c863cd7fe81fa0009087e487c045 /common/cmd_ubifs.c
parentcb9c09d4871015be5710c7bae29b06218ddc3509 (diff)
downloadtalos-obmc-uboot-9a2ea578bc2f556fd92a3bcb9127d3fc9c6ee1bd.tar.gz
talos-obmc-uboot-9a2ea578bc2f556fd92a3bcb9127d3fc9c6ee1bd.zip
UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'common/cmd_ubifs.c')
-rw-r--r--common/cmd_ubifs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_ubifs.c b/common/cmd_ubifs.c
index 30b23d3100..9526780cdf 100644
--- a/common/cmd_ubifs.c
+++ b/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;
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;
}
OpenPOWER on IntegriCloud