commit | 9a2ea578bc2f556fd92a3bcb9127d3fc9c6ee1bd | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Oct 28 14:09:29 2010 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Dec 03 16:33:20 2010 +0100 |
tree | 5a90e696ca88c863cd7fe81fa0009087e487c045 | |
parent | cb9c09d4871015be5710c7bae29b06218ddc3509 [diff] |
UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output Signed-off-by: Stefan Roese <sr@denx.de>
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 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; }