On Wed, Aug 18, 2010 at 2:36 AM, Alexander Teinum <atei...@gmail.com> wrote:
> It would be a nice challenge to write a really small getopt()
> replacement, and a program that generates usage text. Okay, how about…
>
> usage: program -a [-b] [-c] -f file blah blah blah
>
> -a    Required. Must always be set.
> -b    Optional.
> -c    Optional.
> -f file    Required. file must always be a string.
> blah blah blah    I guess it’s up to the program to decide if this is
> optional or required.


"Required options". What an oxymoron.


-- 
@chickamade

Reply via email to