aboutsummaryrefslogtreecommitdiff
path: root/source/30-game/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/30-game/main.cpp')
-rw-r--r--source/30-game/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/30-game/main.cpp b/source/30-game/main.cpp
index 77c4674..30ba9a6 100644
--- a/source/30-game/main.cpp
+++ b/source/30-game/main.cpp
@@ -133,8 +133,8 @@ int main(int argc, char* argv[]) {
constexpr auto kOpenGLDebug = "opengl-debug";
constexpr auto kImGuiBackend = "imgui-backend";
- constexpr auto kGameDataDir = "game-data-directory";
- constexpr auto kGameAssetDir = "game-asset-directory";
+ constexpr auto kGameDataDir = "game-data-dir";
+ constexpr auto kGameAssetDir = "game-asset-dir";
cxxopts::Options options(std::string(AppConfig::kAppName), "");
// clang-format off