Code

Added templates for debconf.
[gosa.git] / gosa-si / gosa-si-server.pod
index c69d824368ec08da116b95da806d136b7488b4a1..24356b9b8ab278e13842bf938cc14fbe118ebc30 100644 (file)
@@ -1,16 +1,3 @@
-#
-#===============================================================================
-#
-#         FILE:  gosa-si-server.pod
-#
-#  DESCRIPTION:  
-#
-#       AUTHOR:   (), <>
-#      COMPANY:  
-#      CREATED:  31.07.2008 15:52:15 CEST
-#     REVISION:  ---
-#===============================================================================
-
 
 =head1 NAME
 
@@ -18,19 +5,30 @@ gosa-si-server -Support infrastructure for GOsa
 
 =head1 SYNOPSIS
 
-    gosa-si-server [-hvf] [-c config]
+gosa-si-server [-hvf] [-c config]
 
 =head1 OPTIONS
 
-    -h        : print out this help message
+B<-h>, B<--help>
+    print out this help message
+
+B<-v>, B<--verbose>
+    be verbose (multiple v's will increase verbosity) 
+    -v          ERROR level
+    -vvv        WARNING  + ERROR level
+    -vvvvv      INFO + WARNING level
+    -vvvvvvv    DEBUG + INFO level
+    -vvvvvvvvv  in and out going xml messages will be displayed
 
-    -f        : foregroud, process will not be forked to background
+B<-f>, B<--foreground> 
+    foregroud, process will not be forked to background
 
-    -v*       : be verbose (multiple v's will increase verbosity)
+B<-c> I<file>, B<--config=>I<file>
+    configuration file, default F</etc/gosa-si/server.conf>
 
-    -c <file> : configuration file, default F</etc/gosa-si/server.conf>
+B<--no-arp>
+    starts script without connection to arp module
 
-    --no-arp  : starts script without connection to arp module
 
 
 =head1 DESCRIPTION