From d5bccff6f741e821202ada30479039c360745277 Mon Sep 17 00:00:00 2001 From: bud Date: Mon, 1 May 2017 21:14:06 -0400 Subject: [PATCH] added "supports" to the help message --- src/console.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/console.c b/src/console.c index c75f137..e1f1b66 100644 --- a/src/console.c +++ b/src/console.c @@ -45,6 +45,8 @@ typedef enum LuaConsoleError { const char HELP_MESSAGE[] = "Lua Console | Version: 5/1/2017\n" "\n" + "Supports Lua5.3, Lua5.2, Lua5.1\n" + "\n" "\t- Line by Line interpretation\n" "\t- Files executed by passing\n" "\t- Working directory support\n"