diff --git a/src/ox/fs/oxfstool.cpp b/src/ox/fs/oxfstool.cpp index 4502b169c..fa3c08d70 100644 --- a/src/ox/fs/oxfstool.cpp +++ b/src/ox/fs/oxfstool.cpp @@ -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] \n" "\toxfs read \n" "\toxfs rm \n" +"\toxfs version\n" "\toxfs write "; char *loadFileBuff(const char *path, ::size_t *sizeOut = nullptr) {