|
| From: | Benno Schulenberg |
| Subject: | Re: [PATCH] Abort on unrecognized options. |
| Date: | Thu, 05 Apr 2007 00:08:27 +0200 |
| User-agent: | KMail/1.9.6 |
address@hidden wrote: > case 'v': _version (); break; > + case '?': return 0; > } > } This is probably not the right way to do it, but it does the job. Benno
| [Prev in Thread] | Current Thread | [Next in Thread] |