Make the `-L' (trace-level) option's argument optional, like the long
authormdw <mdw>
Fri, 5 Sep 1997 13:47:44 +0000 (13:47 +0000)
committermdw <mdw>
Fri, 5 Sep 1997 13:47:44 +0000 (13:47 +0000)
version is.

src/become.c

index c994974..5af2c4f 100644 (file)
@@ -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'
  *
 /*----- 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;