Add version command to usage

This commit is contained in:
2016-07-09 11:25:07 -05:00
parent 18d8d6b602
commit 1bca0c46a7
+2 -1
View File
@@ -14,10 +14,11 @@
using namespace ox::fs;
const static auto oxfstoolVersion = "1.0.0";
const char *usage = "usage:\n"
const static auto usage = "usage:\n"
"\toxfs format [16,32,64] <size> <path>\n"
"\toxfs read <FS file> <inode>\n"
"\toxfs rm <FS file> <inode>\n"
"\toxfs version\n"
"\toxfs write <FS file> <inode> <insertion file>";
char *loadFileBuff(const char *path, ::size_t *sizeOut = nullptr) {