Index: trunk/ippTools/src/dettoolConfig.c
===================================================================
--- trunk/ippTools/src/dettoolConfig.c	(revision 12065)
+++ trunk/ippTools/src/dettoolConfig.c	(revision 12066)
@@ -242,9 +242,11 @@
             "use the simple output format", false);
 
-    // -orphanrun
-    psMetadata *orphanrunArgs = psMetadataAlloc();
-    psMetadataAddStr(orphanrunArgs, PS_LIST_TAIL, "-det_type",  0,
+    // -childlessrun
+    psMetadata *childlessrunArgs = psMetadataAlloc();
+    psMetadataAddStr(childlessrunArgs, PS_LIST_TAIL, "-det_type",  0,
             "search for type of detrend run", NULL);
-    psMetadataAddBool(orphanrunArgs, PS_LIST_TAIL, "-simple",  0,
+    psMetadataAddU64(childlessrunArgs, PS_LIST_TAIL, "-limit",  0,
+            "limit result set to N items", 0);
+    psMetadataAddBool(childlessrunArgs, PS_LIST_TAIL, "-simple",  0,
             "use the simple output format", false);
 
@@ -796,5 +798,5 @@
     PXTOOL_MODE("-raw",             DETTOOL_MODE_RAW,           rawArgs);
     PXTOOL_MODE("-runs",            DETTOOL_MODE_RUNS,          runsArgs);
-    PXTOOL_MODE("-orphanrun",       DETTOOL_MODE_ORPHANRUN ,    orphanrunArgs);
+    PXTOOL_MODE("-childlessrun",    DETTOOL_MODE_CHILDLESSRUN,  childlessrunArgs);
     PXTOOL_MODE("-input",           DETTOOL_MODE_INPUT,         inputArgs);
     PXTOOL_MODE("-toprocessedimfile", DETTOOL_MODE_TOPROCESSEDIMFILE, toprocessedimfileArgs);
