Add missing new line to oxfstool usage

This commit is contained in:
2016-07-03 00:46:54 -05:00
parent d265310abb
commit c68a4cbbc0
+1 -1
View File
@@ -13,7 +13,7 @@
using namespace ox::fs;
const char *usage = "usage:\n"
"\toxfs format [16,32,64] <size> <path>"
"\toxfs format [16,32,64] <size> <path>\n"
"\toxfs write <FS file> <inode> <insertion file>";
char *loadFileBuff(const char *path, ::size_t *sizeOut = nullptr) {