summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/usage
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-02-26 05:29:59 +0000
committerfukachan <fukachan>2004-02-26 05:29:59 +0000
commitb40b8a1f151c493e40ceb0b759713cc29a2f0d56 (patch)
tree063028c643715e39736cae5808f777400b7f9c5b /fml/doc/ja/tutorial/usage
parent490fa80c97e2ff6c28676ee1bfe42230af0b6c8a (diff)
downloadfml8-b40b8a1f151c493e40ceb0b759713cc29a2f0d56.tar.gz
fml8-b40b8a1f151c493e40ceb0b759713cc29a2f0d56.tar.bz2
fml8-b40b8a1f151c493e40ceb0b759713cc29a2f0d56.zip
-o option
Diffstat (limited to 'fml/doc/ja/tutorial/usage')
-rw-r--r--fml/doc/ja/tutorial/usage/chapter.onhost.sgml30
1 files changed, 28 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/usage/chapter.onhost.sgml b/fml/doc/ja/tutorial/usage/chapter.onhost.sgml
index 709829f7..2d93603a 100644
--- a/fml/doc/ja/tutorial/usage/chapter.onhost.sgml
+++ b/fml/doc/ja/tutorial/usage/chapter.onhost.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: chapter.onhost.sgml,v 1.7 2003/04/13 04:36:13 fukachan Exp $
+ $FML: chapter.onhost.sgml,v 1.8 2003/04/15 14:51:46 fukachan Exp $
-->
<chapter id="usage.onhost">
@@ -16,7 +16,7 @@ makefml の基本的な使い方は &fml4; の makefml と同様です。
</para>
-<sect1>
+<sect1 id="usage.onhost.priviledge">
<title>
ホスト上でできること、その権限について
</title>
@@ -152,6 +152,32 @@ fmlhtmlify [-I DIR] $src_dir $dst_dir
</sect1>
+<sect1 id="usage.command.line.options">
+ <title>
+ 共通のコマンドラインオプション
+ </title>
+
+<para>
+libexec/ と bin/ にあるプログラム群(.cgi は除く)すべてに共通する
+コマンドラインオプションは
+<screen>
+--debug
+--help
+-c file
+-o key=value
+</screen>
+の4つです。
+-c はデフォルトではない main.cf のパスを指定する際に使います。
+また、-o により変数(config.cfで指定する変数)の上書きが可能です。
+-o は複数回、使っても問題ありません。
+<screen>
+-o key1=value1 -o key2=value2
+</screen>
+</para>
+
+</sect1>
+
+
&sect.usage.makefml;
&sect.usage.fml;
&sect.usage.fmladdr;