1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

- Added copyright years to shell welcome message

- Project's reference changed to www.eluaproject.org on the same msg
This commit is contained in:
Dado Sutter 2010-02-23 17:18:06 +00:00
parent f64ba8175b
commit a38076bb91

View File

@ -3,7 +3,7 @@
#ifndef __SHELL_H__
#define __SHELL_H__
#define SHELL_WELCOMEMSG "\n\neLua v%s Copyright (C) www.eluaproject.net\n"
#define SHELL_WELCOMEMSG "\neLua v%s Copyright (C) 2007-2010 www.eluaproject.org\n"
#define SHELL_PROMPT "eLua# "
#define SHELL_ERRMSG "Invalid command, type 'help' for help\n"
#define SHELL_MAXSIZE 50