public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
@ 2010-10-28 12:09 Stefan Roese
  2010-10-29 14:00 ` Ben Gardiner
  2010-12-03 15:51 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Roese @ 2010-10-28 12:09 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Stefan Roese <sr@denx.de>
---
 common/cmd_ubifs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/cmd_ubifs.c b/common/cmd_ubifs.c
index 30b23d3..9526780 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;
 	}
 
-- 
1.7.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-03 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28 12:09 [U-Boot] [PATCH 3/4] UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output Stefan Roese
2010-10-29 14:00 ` Ben Gardiner
2010-12-03 15:51 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox