summaryrefslogtreecommitdiffstats
path: root/config-db/slxsetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/slxsetup.pl')
-rwxr-xr-xconfig-db/slxsetup.pl24
1 files changed, 13 insertions, 11 deletions
diff --git a/config-db/slxsetup.pl b/config-db/slxsetup.pl
index 78ad6b72..4c82be28 100755
--- a/config-db/slxsetup.pl
+++ b/config-db/slxsetup.pl
@@ -8,6 +8,19 @@
#
use strict;
+my $abstract = q[
+slxsetup.pl
+ This script can be used to show or change the local settings for OpenSLX.
+
+ Any cmdline-argument passed to this script will change the local OpenSLX
+ settings file (usually /etc/opt/openslx/settings.local).
+
+ If you invoke the script without any arguments, it will print the current
+ settings and exit.
+
+ Please use the --man option in order to read the full manual.
+];
+
use Getopt::Long qw(:config pass_through);
use Pod::Usage;
@@ -21,17 +34,6 @@ use lib "$FindBin::RealBin";
use OpenSLX::Basics;
-my $abstract = q[
-slxsetup.pl
- This script can be used to show or change the local settings for OpenSLX.
-
- Any cmdline-argument passed to this script will change the local OpenSLX
- settings file (usually /etc/opt/openslx/settings.local).
-
- If you invoke the script without any arguments, it will print the current
- settings and exit.
-];
-
my (
$noShow,
$quiet,