summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Switch.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-08 03:37:58 +0000
committerfukachan <fukachan>2001-11-08 03:37:58 +0000
commit077218cd87dfefadf237a1bb910eadcdd1967993 (patch)
treed32f90fd341147d99d1e90e80c252fa1f7d157b7 /fml/lib/FML/Process/Switch.pm
parent6b1a73ddc0e891e02cd9be33032ba7e2f1d176b4 (diff)
downloadfml8-077218cd87dfefadf237a1bb910eadcdd1967993.tar.gz
fml8-077218cd87dfefadf237a1bb910eadcdd1967993.tar.bz2
fml8-077218cd87dfefadf237a1bb910eadcdd1967993.zip
modify error message
Diffstat (limited to 'fml/lib/FML/Process/Switch.pm')
-rw-r--r--fml/lib/FML/Process/Switch.pm4
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";
}
}