summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-22 11:12:09 +0000
committerfukachan <fukachan>2001-11-22 11:12:09 +0000
commitabd1f36b3bcf92f4b16225dfb615bec38ea5bcbe (patch)
treed3577188b645dfa118061540203584168f077d3b
parent371304186bdc11c77869ab08d869b776ed96c00a (diff)
downloadfml8-abd1f36b3bcf92f4b16225dfb615bec38ea5bcbe.tar.gz
fml8-abd1f36b3bcf92f4b16225dfb615bec38ea5bcbe.tar.bz2
fml8-abd1f36b3bcf92f4b16225dfb615bec38ea5bcbe.zip
fmlsch -h to show help
-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 162047bd..f25d1bc8 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.39 2001/11/17 04:03:37 fukachan Exp $
+# $FML: Switch.pm,v 1.40 2001/11/18 04:50:59 fukachan Exp $
#
package FML::Process::Switch;
@@ -383,7 +383,7 @@ sub _module_specific_options
return qw(debug!);
}
elsif ($myname eq 'fmlsch') {
- return qw(debug! -D=s -F=s -m=s a!);
+ return qw(debug! -D=s -F=s -m=s a! h!);
}
elsif ($myname eq 'fmlhtmlify') {
return qw(debug! -I=s);