Index: /trunk/FACT++/src/datalogger.cc
===================================================================
--- /trunk/FACT++/src/datalogger.cc	(revision 11220)
+++ /trunk/FACT++/src/datalogger.cc	(revision 11221)
@@ -2627,5 +2627,5 @@
         ("cmd",       vars<string>(), "Execute one or more commands at startup")
         ("exec,e",    vars<string>(), "Execute one or more scrips at startup")
-        ("quit,q",    po_switch(),    "Quit after startup");
+        ("quit",      po_switch(),    "Quit after startup");
         ;
 
Index: /trunk/FACT++/src/dimctrl.cc
===================================================================
--- /trunk/FACT++/src/dimctrl.cc	(revision 11220)
+++ /trunk/FACT++/src/dimctrl.cc	(revision 11221)
@@ -55,5 +55,5 @@
         ("cmd",       vars<string>(), "Execute one or more commands at startup")
         ("exec,e",    vars<string>(), "Execute one or more scrips at startup")
-        ("quit,q",    po_switch(),    "Quit after startup");
+        ("quit",      po_switch(),    "Quit after startup");
         ;
 
Index: /trunk/FACT++/src/drivectrl.cc
===================================================================
--- /trunk/FACT++/src/drivectrl.cc	(revision 11220)
+++ /trunk/FACT++/src/drivectrl.cc	(revision 11221)
@@ -953,5 +953,5 @@
         ("cmd",       vars<string>(), "Execute one or more commands at startup")
         ("exec,e",    vars<string>(), "Execute one or more scrips at startup")
-        ("quit,q",    po_switch(),    "Quit after startup");
+        ("quit",      po_switch(),    "Quit after startup");
         ;
 
Index: /trunk/FACT++/src/fadctrl.cc
===================================================================
--- /trunk/FACT++/src/fadctrl.cc	(revision 11220)
+++ /trunk/FACT++/src/fadctrl.cc	(revision 11221)
@@ -1751,5 +1751,5 @@
         ("cmd",       vars<string>(), "Execute one or more commands at startup")
         ("exec,e",    vars<string>(), "Execute one or more scrips at startup")
-        ("quit,q",    po_switch(),    "Quit after startup");
+        ("quit",      po_switch(),    "Quit after startup");
         ;
 
Index: /trunk/FACT++/src/ftmctrl.cc
===================================================================
--- /trunk/FACT++/src/ftmctrl.cc	(revision 11220)
+++ /trunk/FACT++/src/ftmctrl.cc	(revision 11221)
@@ -1938,5 +1938,5 @@
         ("cmd",       vars<string>(), "Execute one or more commands at startup")
         ("exec,e",    vars<string>(), "Execute one or more scrips at startup")
-        ("quit,q",    po_switch(),    "Quit after startup");
+        ("quit",      po_switch(),    "Quit after startup");
         ;
 
Index: /trunk/FACT++/src/scheduler.cc
===================================================================
--- /trunk/FACT++/src/scheduler.cc	(revision 11220)
+++ /trunk/FACT++/src/scheduler.cc	(revision 11221)
@@ -827,5 +827,5 @@
         ("cmd",       vars<string>(), "Execute one or more commands at startup")
         ("exec,e",    vars<string>(), "Execute one or more scrips at startup")
-        ("quit,q",    po_switch(),    "Quit after startup");
+        ("quit",      po_switch(),    "Quit after startup");
 
     po::options_description control("Scheduler options");
