diff options
| author | fukachan <fukachan> | 2002-03-06 14:45:59 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-03-06 14:45:59 +0000 |
| commit | 51e3e6676a00413beaa79956734069d73ca19335 (patch) | |
| tree | 6eddee23d7bec0b74d19727d634b830b9be41862 | |
| parent | fb2a9c53a9b0ada9757261caf3b32194bdd558b0 (diff) | |
| download | fml8-51e3e6676a00413beaa79956734069d73ca19335.tar.gz fml8-51e3e6676a00413beaa79956734069d73ca19335.tar.bz2 fml8-51e3e6676a00413beaa79956734069d73ca19335.zip | |
makefml --force $command $ml ...
| -rw-r--r-- | fml/lib/FML/Process/Switch.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm index eaedcb2f..60c2e08b 100644 --- a/fml/lib/FML/Process/Switch.pm +++ b/fml/lib/FML/Process/Switch.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Switch.pm,v 1.53 2002/02/02 15:24:18 fukachan Exp $ +# $FML: Switch.pm,v 1.54 2002/02/13 13:01:38 fukachan Exp $ # package FML::Process::Switch; @@ -401,7 +401,7 @@ sub _module_specific_options return qw(debug! help! params=s -c=s v! t! u! m! l!); } elsif ($myname eq 'makefml') { - return qw(debug! help! params=s -c=s); + return qw(debug! help! force! params=s -c=s); } elsif ($myname eq 'makefml.cgi') { return (); |
