From: richard Date: Wed, 10 Oct 2001 03:58:40 +0000 (+0000) Subject: Updated doc for recent roundup-admin changes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f685fcd759c2c98f93feffd2f3fb847670ff242a;p=roundup.git Updated doc for recent roundup-admin changes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@287 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/index.html b/doc/index.html index a5ac988..fc0ce94 100644 --- a/doc/index.html +++ b/doc/index.html @@ -362,13 +362,26 @@ Usage: set designator[,designator]* propname=value ...

Sets the property to the value for all designators given. - + init init [template [backend [admin password]]]

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. + +export + export class[,class] destination_dir

+ 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. + + +import + import class file

+ The file must define the same properties as the class (including having + a "header" line with those property names.) + freshen freshen

@@ -1139,7 +1152,7 @@ system on their time.

 


-$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 $