Imported Upstream version 3.3.0
[debian/amanda] / server-src / amoverview.pl
index 20f84b47def913ce160315cd6f738490aeaf28e4..d1c599b00a28650059fbd5ab88648e794ce4bf48 100644 (file)
@@ -32,16 +32,14 @@ use POSIX;
 sub Usage {
     print STDERR <<END;
 Usage: $0 [--hostwidth width] [--diskwidth width] [--skipmissed]
-         [--last] [--num0] [--togo0] [--verbose] [[--config] CONFIG]
+         [--last] [--num0] [--togo0] [--verbose] [--config] <config>
 
 This script generates to standard output an overview of the filesystems
 dumped over time and the type of dump done on a particular day, such as
 a full dump, or an incremental, or if the dump failed.
 
-You may override the default configuration `@DEFAULT_CONFIG@' by using
-the --config command line option.  On larger installations, this script
-will take a while to run.  In this case, run it with --verbose to see
-how far along it is.
+On larger installations, this script will take a while to run.  In this case,
+run it with --verbose to see how far along it is.
 END
     exit 1;
 }