]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/lls/upgrade_db.suite.m4
Merge branch 'maint'
[paraslash.git] / m4 / lls / upgrade_db.suite.m4
1 m4_define(PROGRAM, para_upgrade_db)
2 [suite upgrade_db]
3 version-string = GIT_VERSION()
4 [supercommand para_upgrade_db]
5         purpose = upgrade the paraslash database to version 0.7
6         [description]
7                 The database format changes with paraslash-0.7.0. This program converts
8                 the database from the older 0.4 format that was used in paraslash 0.4.x
9                 through 0.6.x. In has to be executed only once.
10         [/description]
11         m4_include(common-option-section.m4)
12         m4_include(help.m4)
13         m4_include(detailed-help.m4)
14         m4_include(version.m4)
15         m4_include(loglevel.m4)
16         [option src-database-dir]
17                 summary = location of the old afs database
18                 arg_info = required_arg
19                 arg_type = string
20                 typestr = directory
21                 [help]
22                         The directory which contains the database to be converted. The default
23                         is ~/.paraslash/afs_database-0.4.
24                 [/help]
25         [option dst-database-dir]
26                 summary = location of the new afs database
27                 arg_info = required_arg
28                 arg_type = string
29                 typestr = directory
30                 [help]
31                         The directory which contains the converted database after the program
32                         has terminated. The default is ~/.paraslash/afs_database-0.7.
33                 [/help]