Code

Added templates for debconf.
[gosa.git] / gosa-si / gosa-si-server.pod
index b41fe5f808b241fa1d49c84a06445683ba9fa898..24356b9b8ab278e13842bf938cc14fbe118ebc30 100644 (file)
@@ -5,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
 
-    -f        : foregroud, process will not be forked to background
+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
 
-    -v*       : be verbose (multiple v's will increase verbosity)
+B<-f>, B<--foreground> 
+    foregroud, process will not be forked to background
 
-    -c <file> : configuration file, default F</etc/gosa-si/server.conf>
+B<-c> I<file>, B<--config=>I<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