From 88657809acdfd51f3ff92b66a48699045b72902e Mon Sep 17 00:00:00 2001
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Mon, 19 Jun 2000 10:15:15 -0300
Subject: details

---
 lua.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lua.c')

diff --git a/lua.c b/lua.c
index 0affee0e..e128d4d6 100644
--- a/lua.c
+++ b/lua.c
@@ -1,5 +1,5 @@
 /*
-** $Id: lua.c,v 1.39 2000/06/12 13:52:05 roberto Exp roberto $
+** $Id: lua.c,v 1.40 2000/06/16 17:16:34 roberto Exp roberto $
 ** Lua stand-alone interpreter
 ** See Copyright Notice in lua.h
 */
@@ -76,7 +76,7 @@ static void print_message (void) {
   "  -f name  execute file `name' with remaining arguments in table `arg'\n"
   "  -i       enter interactive mode with prompt\n"
   "  -q       enter interactive mode without prompt\n"
-  "  -sNUM    set stack size to NUM (must be first option)\n"
+  "  -sNUM    set stack size to NUM (must be the first option)\n"
   "  -v       print version information\n"
   "  a=b      set global `a' to string `b'\n"
   "  name     execute file `name'\n"
-- 
cgit v1.2.3-55-g6feb