Skip to content

Commit

Permalink
minor text issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bud authored and bud committed May 6, 2017
1 parent 37e7f42 commit 2738d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typedef enum LuaConsoleError {

// usage message
const char HELP_MESSAGE[] =
"Lua Console | Version: 5/1/2017\n"
"Lua Console | Version: 5/6/2017\n"
LUA_COPYRIGHT
LUA_CONSOLE_COPYRIGHT
"\n"
Expand All @@ -60,7 +60,7 @@ const char HELP_MESSAGE[] =
"\t- Working directory support\n"
"\t- Built in stack-dump\n"
"\n"
"Usage: lua.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-?] \n"
"Usage: lua.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-c] [-?] \n"
"\n"
"-v \t Prints the Lua version in use\n"
"-e \t Prevents lua core libraries from loading\n"
Expand Down

0 comments on commit 2738d79

Please sign in to comment.