Option parsing: stopearly is now a ^ prefix (not +), and an option string with
authorRob Landley <rob@landley.net>
Fri, 27 Jun 2008 03:48:43 +0000 (22:48 -0500)
committerRob Landley <rob@landley.net>
Fri, 27 Jun 2008 03:48:43 +0000 (22:48 -0500)
commitb1487dc9ed8c892afde94a8ac04350e3ca0e7074
treef9e041f48ececa6e63decbd2957394275f81d3e6
parentf901f24334ee8c0f03b72c2a1ad365b61334db5a
Option parsing: stopearly is now a ^ prefix (not +), and an option string with
no flags auto-enables stopearly (so seq doesn't have to specify it to avoid
having negative number arguments eaten by the option parsing logic).
lib/args.c
toys/echo.c
toys/oneit.c
toys/seq.c