From 1bca0c46a778a17f0250b065b4e9e111866bc05b Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 9 Jul 2016 11:25:07 -0500 Subject: [PATCH] Add version command to usage --- src/ox/fs/oxfstool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {