clean up noise
[debian/amanda] / docs / amgetconf.8.txt
index b6ea3f6daf0a080ed978ca5019ce418b8fe63d4a..af2093283d01041f149dfe2db3b87b1a2627229c 100644 (file)
@@ -10,7 +10,7 @@ amgetconf \14 look up amanda.conf variables
 
 Synopsis
 
-amgetconf [config] parameter [ -o | configoption ]*
+amgetconf [config] [--list] parameter [ -o configoption]...
 
 DESCRIPTION
 
@@ -36,8 +36,42 @@ OPTIONS
 
 
 
+  --list
+      The parameter must be 'tapetype', 'dumptype, 'holdingdisk' or
+      'interface'. It will output, one by line, the list of identifier for the
+      parameter.
+
+
+        --list tapetype
+            Output the list of tapetype, one by line.
+
+        --list dumptype
+            Output the list of dumptype, one by line.
+
+        --list holdingdisk
+            Output the list of holdingdisk, one by line.
+
+        --list interface
+            Output the list of interface, one by line.
+
+
+  parameter
+      It could be one of the below format:
+
+
+        runtapes
+
+        DUMPTYPE:no-compress:compress
+
+        TAPETYPE:HP-DAT:length
+
+        INTERFACE:local:use
+
+        HOLDINGDISK:hd1:use
+
+
   -o configoption
-      See the "CONFIGURATION OVERWRITE" section in amanda(8).
+      See the "CONFIGURATION OVERRIDE" section in amanda(8).
 
 
 EXAMPLE