commit | 67a0f5252f1ca75fdd11187bfb3ca9bfb66bacfa | [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 | ff98053628c5cc3f8697665b08b42f6f8d6a5828 [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; }