Index: trunk/FACT++/src/triggerschedule.cc
===================================================================
--- trunk/FACT++/src/triggerschedule.cc	(revision 11020)
+++ trunk/FACT++/src/triggerschedule.cc	(revision 11021)
@@ -11,6 +11,6 @@
     po::options_description config("Configuration");
     config.add_options()
-        ("dns",               var<string>("localhost"),  "Dim nameserver host name (Overwites DIM_DNS_NODE environment variable)")
-        ("schedule-database", var<string>()
+        ("dns",                    var<string>("localhost"),  "Dim nameserver host name (Overwites DIM_DNS_NODE environment variable)")
+        ("schedule-database-name", var<string>("")
 #if BOOST_VERSION >= 104200
          ->required()
@@ -20,5 +20,5 @@
 
     po::positional_options_description p;
-    p.add("schedule-database", 1); // The first positional options
+    p.add("schedule-database-name", 1); // The first positional options
 
     conf.AddEnv("dns", "DIM_DNS_NODE");
@@ -37,6 +37,6 @@
         "help message about the usuage can be brought to the screen.\n"
         "\n"
-        "Usage: triggerschedule [-c type] [OPTIONS] <schedule-database>\n"
-        "  or:  triggerschedule [OPTIONS] <schedule-database>\n";
+        "Usage: triggerschedule [-c type] [OPTIONS] <schedule-database-name>\n"
+        "  or:  triggerschedule [OPTIONS] <schedule-database-name>\n";
     cout << endl;
 }
