diff --git a/src/ox/fs/oxfstool.cpp b/src/ox/fs/oxfstool.cpp index c7cfc849b..8917123a8 100644 --- a/src/ox/fs/oxfstool.cpp +++ b/src/ox/fs/oxfstool.cpp @@ -16,6 +16,7 @@ using namespace ox::fs; const char *usage = "usage:\n" "\toxfs format [16,32,64] \n" "\toxfs read \n" +"\toxfs rm \n" "\toxfs write "; char *loadFileBuff(const char *path, ::size_t *sizeOut = nullptr) {