From c68a4cbbc01d14bc52cfea03e2d63dd7727254d4 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 3 Jul 2016 00:46:54 -0500 Subject: [PATCH] Add missing new line to oxfstool usage --- src/ox/fs/oxfstool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/fs/oxfstool.cpp b/src/ox/fs/oxfstool.cpp index 56f280894..7029fd7f6 100644 --- a/src/ox/fs/oxfstool.cpp +++ b/src/ox/fs/oxfstool.cpp @@ -13,7 +13,7 @@ using namespace ox::fs; const char *usage = "usage:\n" -"\toxfs format [16,32,64] " +"\toxfs format [16,32,64] \n" "\toxfs write "; char *loadFileBuff(const char *path, ::size_t *sizeOut = nullptr) {