summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-12-12 10:44:19 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2010-12-12 10:44:19 -0500
commit20c074b4a6082a5687278c6df85e7ad0234c7556 (patch)
treea4f8a6807bc7c0fa9edf44842288e16bec12cd3b /doc
parent023488cde9c968df265df1bd8b2358f5c2216115 (diff)
-prefix command-line option
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.tex b/doc/manual.tex
index e48c2648..2509439a 100644
--- a/doc/manual.tex
+++ b/doc/manual.tex
@@ -238,6 +238,8 @@ sqlite3 path/to/database/file <app.sql
\item \texttt{-path NAME VALUE}: Set the value of path variable \texttt{\$NAME} to \texttt{VALUE}, for use in \texttt{.urp} files.
+\item \texttt{-prefix PREFIX}: Equivalent to the \texttt{prefix} directive from \texttt{.urp} files
+
\item \texttt{-protocol [http|cgi|fastcgi]}: Set the protocol that the generated application speaks.
\begin{itemize}
\item \texttt{http}: This is the default. It is for building standalone web servers that can be accessed by web browsers directly.