diff options
Diffstat (limited to 'fml/lib/FML/Process')
| -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 3e59ebc4..b7092a4c 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.30 2001/11/07 04:31:13 fukachan Exp $ +# $FML: Switch.pm,v 1.31 2001/11/07 09:28:27 fukachan Exp $ # package FML::Process::Switch; @@ -372,7 +372,7 @@ sub _module_specific_options return qw(debug! -I=s); } else { - croak "options for $myname are not defined.\n"; + croak "no such program $myname.\n"; } } |
