summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2006-10-02 21:08:25 +0200
committerOliver Tappe2006-10-02 21:08:25 +0200
commit8dd9afb54de9eb148e14d59aac742aad77ce414f (patch)
treed9f7cd91fb59451de7ee5b686cd8569c6cfaa8f5 /config-db
parent* added tool for setting/removing local settings, very handy if admins want (diff)
downloadcore-8dd9afb54de9eb148e14d59aac742aad77ce414f.tar.gz
core-8dd9afb54de9eb148e14d59aac742aad77ce414f.tar.xz
core-8dd9afb54de9eb148e14d59aac742aad77ce414f.zip
* cleanup of POD stuff.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@431 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer.pl23
-rwxr-xr-xconfig-db/slxsetup-test-data-simple.pl23
2 files changed, 28 insertions, 18 deletions
diff --git a/config-db/slxconfig-demuxer.pl b/config-db/slxconfig-demuxer.pl
index 8221ebf9..75ee2cd8 100755
--- a/config-db/slxconfig-demuxer.pl
+++ b/config-db/slxconfig-demuxer.pl
@@ -366,17 +366,17 @@ slxconfig-demuxer.pl [options]
--dry-run avoids writing anything, for testing
OpenSLX Options:
+ --base-path=s basic path to project files
+ --bin-path=s path to binaries and scripts
+ --config-path=s path to configuration files
--db-basepath=s basic path to openslx database
--db-datadir=s data folder created under db-basepath
- --db-spec=s full DBI-specification of database
--db-name=s name of database
- --db-type=s type of database to connect to (CSV, SQLite, ...)
+ --db-spec=s full DBI-specification of database
+ --db-type=s type of database to connect to
+ --export-path=s path to root of all exported filesystems
--locale=s locale to use for translations
--logfile=s file to write logging output to
- --bin-path=s path to binaries and scripts
- --config-path=s path to configuration files
- --base-path=s basic path to project files
- --export-path=s path to root of all exported filesystems
--private-path=s path to private data
--public-path=s path to public (client-accesible) data
--share-path=s path to sharable data
@@ -387,10 +387,11 @@ slxconfig-demuxer.pl [options]
General Options:
--help brief help message
--man full documentation
+ --version show version
=head1 OPTIONS
-=head2 Script Options
+=head3 Script Options
=over 8
@@ -401,7 +402,7 @@ you can learn from the logging output what would have been done.
=back
-=head2 OpenSLX Options
+=head3 OpenSLX Options
=over 8
@@ -514,7 +515,7 @@ Default is $SLX_VERBOSE_LEVEL (usually 0, no logging).
=back
-=head2 General Options
+=head3 General Options
=over 8
@@ -526,6 +527,10 @@ Prints a brief help message and exits.
Prints the manual page and exits.
+=item B<--version>
+
+Prints the version and exits.
+
=back
=head1 DESCRIPTION
diff --git a/config-db/slxsetup-test-data-simple.pl b/config-db/slxsetup-test-data-simple.pl
index 3b5e9531..49d4a316 100755
--- a/config-db/slxsetup-test-data-simple.pl
+++ b/config-db/slxsetup-test-data-simple.pl
@@ -130,21 +130,21 @@ slxsetup-test-data-simple.pl - Simple OpenSLX test data generator
slxsetup-test-data-simple.pl [options]
- Specific Options:
+ Script Options:
--clobber overwrites config-db without asking
OpenSLX Options:
+ --base-path=s basic path to project files
+ --bin-path=s path to binaries and scripts
+ --config-path=s path to configuration files
--db-basepath=s basic path to openslx database
--db-datadir=s data folder created under db-basepath
- --db-spec=s full DBI-specification of database
--db-name=s name of database
+ --db-spec=s full DBI-specification of database
--db-type=s type of database to connect to
+ --export-path=s path to root of all exported filesystems
--locale=s locale to use for translations
--logfile=s file to write logging output to
- --bin-path=s path to binaries and scripts
- --config-path=s path to configuration files
- --base-path=s basic path to project files
- --export-path=s path to root of all exported filesystems
--private-path=s path to private data
--public-path=s path to public (client-accesible) data
--share-path=s path to sharable data
@@ -155,10 +155,11 @@ slxsetup-test-data-simple.pl [options]
General Options:
--help brief help message
--man full documentation
+ --version show version
=head1 OPTIONS
-=head2 Script Options
+=head3 Script Options
=over 8
@@ -169,7 +170,7 @@ config-db will be wiped!>
=back
-=head2 OpenSLX Options
+=head3 OpenSLX Options
=over 8
@@ -282,7 +283,7 @@ Default is $SLX_VERBOSE_LEVEL (usually 0, no logging).
=back
-=head2 General Options
+=head3 General Options
=over 8
@@ -294,6 +295,10 @@ Prints a brief help message and exits.
Prints the manual page and exits.
+=item B<--version>
+
+Prints the version and exits.
+
=back
=head1 DESCRIPTION