From b5afbb85a3966449a221e87638f41215629b3878 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 2 May 2007 15:52:07 +0000 Subject: * reverted recent addition of --verbose-level to short help, as that is no script option, but an openslx-option (which is supported by all openslx-scripts). These options are only mentioned in the man-page, but not in the short help. * Moved the improved help text for --verbose-level to slxsettings. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@987 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig-demuxer | 7 ------- config-db/slxsettings | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer index 22e98ab3..7acb0324 100755 --- a/config-db/slxconfig-demuxer +++ b/config-db/slxconfig-demuxer @@ -479,7 +479,6 @@ slxconfig-demuxer [options] --dhcp-export-type= specifies the type of DHCP-server (ISC,...) --dry-run avoids writing anything, for testing - --verbose-level= sets level of debugging output (1-3) =head3 General Options @@ -585,12 +584,6 @@ supported. Runs the script but avoids writing anything. This is useful for testing, as you can learn from the logging output what would have been done. -=item B<< --verbose-level=N >> - -Prints additional output for debugging. N is a number between 1 and 3. Level -1 provides more information than the default, while 2 provides traces. With -level 3 you get extreme debug output, e.g. database commands are printed. - =back =head3 General Options diff --git a/config-db/slxsettings b/config-db/slxsettings index f0de947c..82b97585 100755 --- a/config-db/slxsettings +++ b/config-db/slxsettings @@ -346,6 +346,9 @@ Default is $SLX_TFTPBOOT_PATH (usually F. =item B<< --verbose-level= >> Sets the level of logging verbosity (0-3). +Prints additional output for debugging. N is a number between 0 and 3. Level +1 provides more information than the default, while 2 provides traces. With +level 3 you get extreme debug output, e.g. database commands are printed. Default is $SLX_VERBOSE_LEVEL (usually 0, no logging). -- cgit v1.2.3-55-g7522