> Well, it's just a matter of adding a check for > optarg being NULL and > printing an appropriate message (e.g., > if (optarg == NULL) { > fprintf(stderr, "Missing key-value > separator\n"); > usage(); > } > ). Yup looks easy but I may better patch the DLL to use some kind of fstab file which would it make complete portable as now I'am sitting in front of a computer which let's me run bash but not cmd - ahhhh.
> However, the question is what should getopt's > behavior be if something > specified as a "required_argument" is missing? It sould do the same thing as the long parameter arguments imo. Alex ===== ___________________________________________________________ http://tahi4x4.felixfrisch.de Take a look :) [EMAIL PROTECTED] ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/