From 5bdca72004c33b2379c69fc81cc0921ace77216b Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 6 Jul 2016 20:39:11 -0500 Subject: [PATCH] Add rm command to usage --- src/ox/fs/oxfstool.cpp | 1 + 1 file changed, 1 insertion(+) 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) {