summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7b1c8c5)
raw | patch | inline | side by side (parent: 7b1c8c5)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 10 Oct 2001 03:58:40 +0000 (03:58 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 10 Oct 2001 03:58:40 +0000 (03:58 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@287 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/index.html | patch | blob | history |
diff --git a/doc/index.html b/doc/index.html
index a5ac988670031e3f9906e84cd154d921c3820519..fc0ce946c4e0a4a53e334c83c8f577f11dbd3c25 100644 (file)
--- a/doc/index.html
+++ b/doc/index.html
<td><tt>set designator[,designator]* propname=value ...</tt><p>
Sets the property to the value for all designators given.
</td></tr>
-
+
<tr><td valign=top><strong>init</strong></td>
<td><tt>init [template [backend [admin password]]]</tt><p>
The command will prompt for the instance home directory (if not supplied
through INSTANCE_HOME or the -i option. The template, backend and admin
password may be specified on the command-line as arguments, in that order.
</td></tr>
+
+<tr><td valign=top><strong>export</strong></td>
+ <td><tt>export class[,class] destination_dir</tt><p>
+ This action exports the current data from the database into
+ comma-separated files that are placed in the nominated destination
+ directory. The journals are not exported.
+</td></tr>
+
+<tr><td valign=top><strong>import</strong></td>
+ <td><tt>import class file</tt><p>
+ The file must define the same properties as the class (including having
+ a "header" line with those property names.)
+</td></tr>
<tr><td valign=top><strong>freshen</strong></td>
<td><tt>freshen</tt><p>
<p> </p>
<hr>
-$Id: index.html,v 1.13 2001-10-10 01:47:55 richard Exp $
+$Id: index.html,v 1.14 2001-10-10 03:58:40 richard Exp $
<p> </p>
</body></html>