Re: [PATCH] Abort on unrecognized options.

2007-04-05 Thread Otavio Salvador
[EMAIL PROTECTED] writes: > From: Benno Schulenberg <[EMAIL PROTECTED]> > > --- > parted/parted.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/parted/parted.c b/parted/parted.c > index 4107ae0..3e1431a 100644 > --- a/parted/parted.c > +++ b/parted/parted.c > @@ -2

Re: [PATCH] Abort on unrecognized options.

2007-04-04 Thread Benno Schulenberg
[EMAIL PROTECTED] wrote: > case 'v': _version (); break; > +case '?': return 0; > } > } This is probably not the right way to do it, but it does the job. Benno ___ bug-parted mailing list bug-parted@gnu.org h