projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb9c09d
)
UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
author
Stefan Roese
<sr@denx.de>
Thu, 28 Oct 2010 12:09:29 +0000
(14:09 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/common/cmd_ubifs.c
b/common/cmd_ubifs.c
index 30b23d31008d4d7a9ab10c09447a0d3c56b2f47b..9526780cdf09306cec9bbac08aecd0d5ee03532d 100644
(file)
--- 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;
}