diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-12-12 10:44:19 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-12-12 10:44:19 -0500 |
commit | f52635b782fab64b3ef306da22ad3eb7eeeaabfe (patch) | |
tree | a4f8a6807bc7c0fa9edf44842288e16bec12cd3b /doc | |
parent | 805a3eda8adf0482ea539dadc7e6c745056a04a8 (diff) |
-prefix command-line option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.tex | 2 |
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. |