Initial "N" missing for 'newlisp -h' version 8.4.0

Q&A's, tips, howto's
Locked
gregben
Posts: 20
Joined: Wed Mar 10, 2004 5:00 pm
Location: San Diego, California, USA

Initial "N" missing for 'newlisp -h' version 8.4.0

Post by gregben »

It ain't 'ewLISP' my friend, it's 'NewLISP'.

Seriously though, I just compiled NewLISP v 8.4.0 under
Sun Sparc Solaris 8 and noticed the inital 'N' was missing
from the output of 'newlisp -h'.
Rather than search through the source, I thought I'd
let you all take a look...

Code: Select all

ca1$ ./newlisp -h

ewLISP v.8.4.0 Copyright (c) 2005 Lutz Mueller. All rights reserved.

usage: newlisp [file ...] [options ...] [file ...]

options:

 -h this help
 -s <stacksize>
 -m <max-mem-megabyte>
 -c suppress prompts
 -l log connections only
 -L log all
 -p <port-number>
 -d <port-number>
 -x <port-number>
 -e <quoted lisp expression>

for more information see http://newlisp.org

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

yes, oops, I discovered this too 3 hours after release

Lutz

Locked