Index: /trunk/ippTools/src/dettool.c
===================================================================
--- /trunk/ippTools/src/dettool.c	(revision 8040)
+++ /trunk/ippTools/src/dettool.c	(revision 8041)
@@ -613,11 +613,11 @@
         return false;
     }
-    psString recipe = psMetadataLookupStr(&status, config->args, "-recipe");
-    if (!status) {
-        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recipe");
+    psString recipe = psMetadataLookupStr(&status, config->args, "-recip");
+    if (!status) {
+        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip");
         return false;
     }
     if (!recipe) {
-        psError(PS_ERR_UNKNOWN, true, "-recipe is required");
+        psError(PS_ERR_UNKNOWN, true, "-recip is required");
         return false;
     }
@@ -959,11 +959,11 @@
         return false;
     }
-    psString recipe = psMetadataLookupStr(&status, config->args, "-recipe");
-    if (!status) {
-        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recipe");
+    psString recipe = psMetadataLookupStr(&status, config->args, "-recip");
+    if (!status) {
+        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip");
         return false;
     }
     if (!recipe) {
-        psError(PS_ERR_UNKNOWN, true, "-recipe is required");
+        psError(PS_ERR_UNKNOWN, true, "-recip is required");
         return false;
     }
@@ -1308,11 +1308,11 @@
         return false;
     }
-    psString recipe = psMetadataLookupStr(&status, config->args, "-recipe");
-    if (!status) {
-        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recipe");
+    psString recipe = psMetadataLookupStr(&status, config->args, "-recip");
+    if (!status) {
+        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip");
         return false;
     }
     if (!recipe) {
-        psError(PS_ERR_UNKNOWN, true, "-recipe is required");
+        psError(PS_ERR_UNKNOWN, true, "-recip is required");
         return false;
     }
@@ -1579,11 +1579,11 @@
         return false;
     }
-    psString recipe = psMetadataLookupStr(&status, config->args, "-recipe");
-    if (!status) {
-        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recipe");
+    psString recipe = psMetadataLookupStr(&status, config->args, "-recip");
+    if (!status) {
+        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip");
         return false;
     }
     if (!recipe) {
-        psError(PS_ERR_UNKNOWN, true, "-recipe is required");
+        psError(PS_ERR_UNKNOWN, true, "-recip is required");
         return false;
     }
@@ -1733,11 +1733,11 @@
         return false;
     }
-    psString recipe = psMetadataLookupStr(&status, config->args, "-recipe");
-    if (!status) {
-        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recipe");
+    psString recipe = psMetadataLookupStr(&status, config->args, "-recip");
+    if (!status) {
+        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip");
         return false;
     }
     if (!recipe) {
-        psError(PS_ERR_UNKNOWN, true, "-recipe is required");
+        psError(PS_ERR_UNKNOWN, true, "-recip is required");
         return false;
     }
@@ -1752,5 +1752,5 @@
     bool accept = psMetadataLookupBool(&status, config->args, "-accept");
     if (!status) {
-        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recipe");
+        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip");
         return false;
     }
Index: /trunk/ippTools/src/dettoolConfig.c
===================================================================
--- /trunk/ippTools/src/dettoolConfig.c	(revision 8040)
+++ /trunk/ippTools/src/dettoolConfig.c	(revision 8041)
@@ -81,5 +81,5 @@
     psMetadataAddStr(addprocArgs, PS_LIST_TAIL, "-stats",  0,
         "define stat (required)", NULL);
-    psMetadataAddStr(addprocArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(addprocArgs, PS_LIST_TAIL, "-recip",  0,
         "define recipe (required)", NULL);
 
@@ -113,5 +113,5 @@
     psMetadataAddStr(addstacArgs, PS_LIST_TAIL, "-stats",  0,
         "define stat (required)", NULL);
-    psMetadataAddStr(addstacArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(addstacArgs, PS_LIST_TAIL, "-recip",  0,
         "define recipe (required)", NULL);
     
@@ -126,5 +126,5 @@
     psMetadataAddStr(stacArgs, PS_LIST_TAIL, "-stats",  0,
         "search for stats", NULL);
-    psMetadataAddStr(stacArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(stacArgs, PS_LIST_TAIL, "-recip",  0,
         "search for recipe", NULL);
 
@@ -139,5 +139,5 @@
     psMetadataAddStr(stacframeArgs, PS_LIST_TAIL, "-stats",  0,
         "search for stats", NULL);
-    psMetadataAddStr(stacframeArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(stacframeArgs, PS_LIST_TAIL, "-recip",  0,
         "search for recipe", NULL);
  
@@ -154,5 +154,5 @@
     psMetadataAddStr(addnormalizedArgs, PS_LIST_TAIL, "-stats",  0,
         "define stat (required)", NULL);
-    psMetadataAddStr(addnormalizedArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(addnormalizedArgs, PS_LIST_TAIL, "-recip",  0,
         "define recipe (required)", NULL);
 
@@ -167,5 +167,5 @@
     psMetadataAddStr(normalizedArgs, PS_LIST_TAIL, "-stats",  0,
         "search for stats", NULL);
-    psMetadataAddStr(normalizedArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(normalizedArgs, PS_LIST_TAIL, "-recip",  0,
         "search for recipe", NULL);
 
@@ -180,5 +180,5 @@
     psMetadataAddStr(normalizedframeArgs, PS_LIST_TAIL, "-stats",  0,
         "search for stats", NULL);
-    psMetadataAddStr(normalizedframeArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(normalizedframeArgs, PS_LIST_TAIL, "-recip",  0,
         "search for recipe", NULL);
 
@@ -195,5 +195,5 @@
     psMetadataAddStr(addresidArgs, PS_LIST_TAIL, "-stats",  0,
         "define stats (required)", NULL);
-    psMetadataAddStr(addresidArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(addresidArgs, PS_LIST_TAIL, "-recip",  0,
         "define recipe (required)", NULL);
 
@@ -210,5 +210,5 @@
     psMetadataAddStr(residArgs, PS_LIST_TAIL, "-stats",  0,
         "search for stats", NULL);
-    psMetadataAddStr(residArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(residArgs, PS_LIST_TAIL, "-recip",  0,
         "search for recipe", NULL);
  
@@ -223,5 +223,5 @@
     psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-stats",  0,
         "define stats (required)", NULL);
-    psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-recip",  0,
         "define recipe (required)", NULL);
     psMetadataAddBool(addresidexpArgs, PS_LIST_TAIL, "-accept",  0,
@@ -238,5 +238,5 @@
     psMetadataAddStr(residexpArgs, PS_LIST_TAIL, "-stats",  0,
         "search for stats", NULL);
-    psMetadataAddStr(residexpArgs, PS_LIST_TAIL, "-recipe",  0,
+    psMetadataAddStr(residexpArgs, PS_LIST_TAIL, "-recip",  0,
         "search for recipe", NULL);
     psMetadataAddBool(residexpArgs, PS_LIST_TAIL, "-accept",  0,
