Index: trunk/ippTools/src/dettoolConfig.c
===================================================================
--- trunk/ippTools/src/dettoolConfig.c	(revision 12058)
+++ trunk/ippTools/src/dettoolConfig.c	(revision 12065)
@@ -108,4 +108,6 @@
     psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-use_end",  0,
             "end of detrend run applicable peroid", NULL);
+    psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-label",  0,
+            "define detrun label", NULL);
     psMetadataAddBool(definebytagArgs, PS_LIST_TAIL, "-simple",  0,
             "use the simple output format", false);
@@ -240,4 +242,11 @@
             "use the simple output format", false);
 
+    // -orphanrun
+    psMetadata *orphanrunArgs = psMetadataAlloc();
+    psMetadataAddStr(orphanrunArgs, PS_LIST_TAIL, "-det_type",  0,
+            "search for type of detrend run", NULL);
+    psMetadataAddBool(orphanrunArgs, PS_LIST_TAIL, "-simple",  0,
+            "use the simple output format", false);
+
     // -input
     psMetadata *inputArgs = psMetadataAlloc();
@@ -787,4 +796,5 @@
     PXTOOL_MODE("-raw",             DETTOOL_MODE_RAW,           rawArgs);
     PXTOOL_MODE("-runs",            DETTOOL_MODE_RUNS,          runsArgs);
+    PXTOOL_MODE("-orphanrun",       DETTOOL_MODE_ORPHANRUN ,    orphanrunArgs);
     PXTOOL_MODE("-input",           DETTOOL_MODE_INPUT,         inputArgs);
     PXTOOL_MODE("-toprocessedimfile", DETTOOL_MODE_TOPROCESSEDIMFILE, toprocessedimfileArgs);
