about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-04 20:38:49 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-04 20:38:49 -0800
commit0429cfca741cc6cf602b266782860aa1f8fbcd1d (patch)
tree3a5057370f72647f73ddd12160c5a296617d86d9
parentd9cf3433d9b9372521d74e7100cbba67ebfd70a0 (diff)
downloadteliva-0429cfca741cc6cf602b266782860aa1f8fbcd1d.tar.gz
clearer usage message
-rw-r--r--src/luaconf.h2
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"
 
 
 /*