diff options
author | Stefan Roese <sr@denx.de> | 2010-10-28 14:09:29 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2010-12-03 16:33:20 +0100 |
commit | 9a2ea578bc2f556fd92a3bcb9127d3fc9c6ee1bd (patch) | |
tree | 5a90e696ca88c863cd7fe81fa0009087e487c045 /common | |
parent | cb9c09d4871015be5710c7bae29b06218ddc3509 (diff) |
UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'common')
-rw-r--r-- | 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 30b23d31008..9526780cdf0 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; } |