Index: branches/pap_mops/ippTools/src/pubtool.c
===================================================================
--- branches/pap_mops/ippTools/src/pubtool.c	(revision 24439)
+++ branches/pap_mops/ippTools/src/pubtool.c	(revision 24443)
@@ -114,5 +114,5 @@
     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
 
-    PXOPT_LOOKUP_STR(set_label, config->args, "-set_label", false, false);
+    PXOPT_LOOKUP_STR(label, config->args, "-label", false, false);
 
     psString query = pxDataGet("pubtool_definerun.sql"); // Query to run
@@ -168,5 +168,5 @@
         psS64 stage = psMetadataLookupS64(NULL, row, "stage_id");   // Stage identifier
 
-        if (!publishRunInsert(config->dbh, 0, client, stage, set_label, "new")) {
+        if (!publishRunInsert(config->dbh, 0, client, stage, label, "new")) {
             psError(PS_ERR_UNKNOWN, false, "Unable to add fileset");
             psFree(output);
