Re: lua --version
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua --version
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2007年1月11日 08:43:54 -0200
> Is it just me that would expect some kind of version and (c) info when
> running `lua --version'?
It's just you :-) lua does not support GNU-like long options, sorry.
Try lua -v.
--lhf