diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-12-04 20:38:49 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-12-04 20:38:49 -0800 |
commit | 0429cfca741cc6cf602b266782860aa1f8fbcd1d (patch) | |
tree | 3a5057370f72647f73ddd12160c5a296617d86d9 /src | |
parent | d9cf3433d9b9372521d74e7100cbba67ebfd70a0 (diff) | |
download | teliva-0429cfca741cc6cf602b266782860aa1f8fbcd1d.tar.gz |
clearer usage message
Diffstat (limited to 'src')
-rw-r--r-- | src/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index 1ab0ad2..4d295e6 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -234,7 +234,7 @@ ** CHANGE it if your stand-alone interpreter has a different name and ** your system is not able to detect that name automatically. */ -#define LUA_PROGNAME "lua" +#define LUA_PROGNAME "teliva" /* |