Index: trunk/FACT++/src/triggerschedule.cc
===================================================================
--- trunk/FACT++/src/triggerschedule.cc	(revision 10868)
+++ trunk/FACT++/src/triggerschedule.cc	(revision 10869)
@@ -49,6 +49,6 @@
         "be actualy sent to the server and return a completion code "
         "of:\n"
-        " 1 - if it was successfully sent.\n"
-        " 0 - if it couldn't be delivered.\n "
+        " 0 - if it was successfully sent.\n"
+        " 1 - if it couldn't be delivered.\n "
         << endl;
     /* Additional help text which is printed after the configuration
@@ -102,4 +102,4 @@
         cout << "Command issued successfully." << endl;
 
-    return rc;
+    return !rc;
 }
