From: Stefan Roese Date: Thu, 28 Oct 2010 12:09:29 +0000 (+0200) Subject: UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output X-Git-Tag: v2010.12-rc3~30^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9a2ea578bc2f556fd92a3bcb9127d3fc9c6ee1bd;p=oweals%2Fu-boot.git UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output Signed-off-by: Stefan Roese --- diff --git a/common/cmd_ubifs.c b/common/cmd_ubifs.c index 30b23d3100..9526780cdf 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; }