Help? help

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Help? help

Post by newdep »

Hi lutz,

Just a remark..nothing bad...

Are you able to extend newlisp.c at line 462 with >

if(strcmp(argv[idx], "-h") == 0 || strcmp(argv[idx], "/?") == 0 || strncmp(argv[idx], "--help",6) == 0)

Its more unix/linux like and more dos prompt like...

Im someone who assumes too much help from binaries
and type always the wrong arguments..
"-h" is not even poping up in my mind and also i overlook it always in the startup screen (my mistake ;-)


Regards, Norman
-- (define? (Cornflakes))

Locked