From 4358e34aa7062c93be1e7a67efd62fdbcf8c10b6 Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Mon, 10 Apr 2023 14:53:01 +0000 Subject: [PATCH] work changes --- source/engine/yugine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/engine/yugine.c b/source/engine/yugine.c index 0d39022..acccae2 100644 --- a/source/engine/yugine.c +++ b/source/engine/yugine.c @@ -117,7 +117,7 @@ int main(int argc, char **args) { case 'h': printf("-l Set log file\n"); - printf("-play Launch engine in play mode instead of editor mode\n"); + printf("-p Launch engine in play mode instead of editor mode\n"); printf("-v Display engine info\n"); printf("-c Redirect logging to console\n"); exit(0);