From: mdw Date: Fri, 5 Sep 1997 13:47:44 +0000 (+0000) Subject: Make the `-L' (trace-level) option's argument optional, like the long X-Git-Tag: 1.3.3~103 X-Git-Url: https://git.distorted.org.uk/~mdw/become/commitdiff_plain/d6683a48c959563d645249c2d4e8b75d05b2803a Make the `-L' (trace-level) option's argument optional, like the long version is. --- diff --git a/src/become.c b/src/become.c index c994974..5af2c4f 100644 --- a/src/become.c +++ b/src/become.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: become.c,v 1.5 1997/09/05 11:45:19 mdw Exp $ + * $Id: become.c,v 1.6 1997/09/05 13:47:44 mdw Exp $ * * Main code for `become' * @@ -29,7 +29,11 @@ /*----- Revision history --------------------------------------------------* * * $Log: become.c,v $ - * Revision 1.5 1997/09/05 11:45:19 mdw + * Revision 1.6 1997/09/05 13:47:44 mdw + * Make the `-L' (trace-level) option's argument optional, like the long + * version is. + * + * Revision 1.5 1997/09/05 11:45:19 mdw * Add support for different login styles, and environment variable * manipulation in a safe and useful way. * @@ -435,7 +439,7 @@ int main(int argc, char *argv[]) }; i = mdwopt(argc, argv, - "-" "huv" "esl" "c:" "dp:f:" T("I:T::L:"), + "-" "huv" "esl" "c:" "dp:f:" T("I:T::L::"), opts, 0, 0, gFlag_envVar); if (i < 0) goto done_options;