swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: swarm-1.2 and Drone


From: Marcus G. Daniels
Subject: Re: swarm-1.2 and Drone
Date: 26 Aug 1998 15:50:53 -0700

>>>>> "ST" == Sven N Thommesen <address@hidden> writes:

ST> "./heatbugs -b -m Mode1" and "./heatbugs -b --mode=Mode1" also
ST> fail.

The key for --mode was wrong in parseKey:arg:.

diff -c -r1.23 Arguments.m
*** Arguments.m 1998/08/21 23:47:00     1.23
--- Arguments.m 1998/08/26 22:36:20
***************
*** 171,177 ****
      case 'b':
        [self setBatchModeFlag: YES];
        break;
!     case 'a':
        [self setAppModeString: getApplicationValue (arg)];
        break;
      case 't':
--- 171,177 ----
      case 'b':
        [self setBatchModeFlag: YES];
        break;
!     case 'm':
        [self setAppModeString: getApplicationValue (arg)];
        break;
      case 't':



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]