Commit 9a2ea578bc2f556fd92a3bcb9127d3fc9c6ee1bd

Authored by Stefan Roese
1 parent cb9c09d487

UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output

Signed-off-by: Stefan Roese <sr@denx.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -98,7 +98,7 @@
98 98 int ret;
99 99  
100 100 if (!ubifs_mounted) {
101   - printf("UBIFS not mounted, use ubifs mount to mount volume first!\n");
  101 + printf("UBIFS not mounted, use ubifsmount to mount volume first!\n");
102 102 return -1;
103 103 }
104 104